fixed the command palette keys having incorrect text size, when the icons are not available
This commit is contained in:
parent
57d7fc4a1f
commit
c03c67e681
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue