Re-arranged buttons a bit

This commit is contained in:
pelya
2014-07-19 22:21:29 +03:00
parent edc57a3314
commit 68b1b3a625

View File

@@ -1641,10 +1641,10 @@ class NWidgetVerticalToolbarContainer : public NWidgetToolbarContainer {
};
// Full-length toolbar without switch button, if enough space
static const byte arrange_left_all[] = {
32, 30, 31, 19, 20, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10,
32, 30, 31, 19, 20, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 13,
};
static const byte arrange_right_all[] = {
11, 12, 13, 14, 15, 16, 17, 18, 21, 22, 23, 24, 25, 26, 27, 28,
10, 11, 12, 14, 15, 16, 17, 18, 21, 22, 23, 24, 25, 26, 27, 28,
};
spacer_count = 0;