Pārlūkot izejas kodu

Increase element height for touch ui

luboslenco 2 gadi atpakaļ
vecāks
revīzija
6c0f63bbf5
1 mainītis faili ar 3 papildinājumiem un 3 dzēšanām
  1. 3 3
      Sources/arm/Config.hx

+ 3 - 3
Sources/arm/Config.hx

@@ -276,9 +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;
+			App.theme.ELEMENT_H = 24 + 4;
+			App.theme.BUTTON_H = 22 + 4;
+			App.theme.FONT_SIZE = 13 + 2;
 			buttonAlign = zui.Zui.Align.Center;
 			buttonSpacing = "";
 		}