Explorar o código

Increase element height for touch ui

luboslenco %!s(int64=2) %!d(string=hai) anos
pai
achega
4fd2ca2da7
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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 = "";
 		}