1
0
Fork 0

fixed the command palette keys having incorrect text size, when the icons are not available

This commit is contained in:
sspanak 2024-07-18 16:59:10 +03:00 committed by Dimo Karaivanov
parent 57d7fc4a1f
commit c03c67e681

View file

@ -48,7 +48,7 @@ public class SoftCommandKey extends SoftNumberKey {
protected String getTextSubTitle(int resId) {
setTextSize(SettingsStore.SOFT_KEY_TITLE_SIZE);
complexLabelSubTitleSize = SettingsStore.SOFT_KEY_COMPLEX_LABEL_SUB_TITLE_RELATIVE_SIZE * 0.8f;
return getContext().getString(resId);
}