From 96c435b81f37631a228f04a9a9f73027c042049d Mon Sep 17 00:00:00 2001 From: Umcaruje Date: Tue, 15 Sep 2015 23:57:41 +0200 Subject: [PATCH] Fix LED's in Compact Track buttons --- include/Track.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Track.h b/include/Track.h index 73db6017a..08dba3eb9 100644 --- a/include/Track.h +++ b/include/Track.h @@ -61,7 +61,7 @@ const int TRACK_OP_WIDTH = 78; // This shaves 150-ish pixels off track buttons, // ruled from config: ui.compacttrackbuttons const int DEFAULT_SETTINGS_WIDGET_WIDTH_COMPACT = 96; -const int TRACK_OP_WIDTH_COMPACT = 60; +const int TRACK_OP_WIDTH_COMPACT = 62; /*! The minimum track height in pixels *