We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ddf929 commit 4c4fb68Copy full SHA for 4c4fb68
BaseMenu.h
@@ -36,8 +36,8 @@ GNU General Public License for more details.
36
#define MAX_HINT_TEXT 512
37
38
// menu buttons dims
39
-#define UI_BUTTONS_WIDTH 240
40
-#define UI_BUTTONS_HEIGHT 40
+#define UI_BUTTONS_WIDTH 250 // ( 156 / 640 ) * 1024
+#define UI_BUTTONS_HEIGHT 42 // ( 26 / 480 ) * 768
41
42
#define UI_DESCEND "gfx/shell/down"
43
#define UI_ASCEND "gfx/shell/up"
0 commit comments