From 6d0d2f86d325f6f2aedb758eb91e328f30db9c85 Mon Sep 17 00:00:00 2001 From: elasota Date: Sun, 1 Nov 2020 21:45:48 -0500 Subject: [PATCH] Increase touchscreen menu spacing --- GpApp/Input.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/GpApp/Input.cpp b/GpApp/Input.cpp index 9f29452..c022355 100644 --- a/GpApp/Input.cpp +++ b/GpApp/Input.cpp @@ -97,13 +97,13 @@ void DoCommandKey (void) namespace TouchScreenMenuMetrics { - const int kTextLineSpacing = 42; + const int kTextLineSpacing = 70; const int kTextLeftX = 36; - const int kTextFirstY = 34; + const int kTextFirstY = 48; const int kTextSize = 18; const int kHighlightXOffset = 10; - const int kHighlightYOffset = 30; + const int kHighlightYOffset = 58; } namespace TouchScreenMenuItems