Ver código fonte

Increase element height for touch ui

luboslenco 2 anos atrás
pai
commit
4fd2ca2da7
1 arquivos alterados com 3 adições e 0 exclusões
  1. 3 0
      Sources/arm/Config.hx

+ 3 - 0
Sources/arm/Config.hx

@@ -276,6 +276,9 @@ class Config {
 		}
 		if (Config.raw.touch_ui) {
 			App.theme.FULL_TABS = true;
+			App.theme.ELEMENT_H += 4;
+			App.theme.BUTTON_H += 4;
+			App.theme.FONT_SIZE += 1;
 			buttonAlign = zui.Zui.Align.Center;
 			buttonSpacing = "";
 		}