Merge pull request #2353 from Umcaruje/compactfix

Fix LED's in Compact Track buttons
This commit is contained in:
Tres Finocchiaro
2015-09-16 12:55:57 -04:00

View File

@@ -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
*