"At least it builds, now"

This commit is contained in:
furrtek 2016-02-05 17:40:14 +01:00
parent 8009a9b543
commit c81ba5be8e
27 changed files with 112 additions and 88 deletions

View file

@ -191,14 +191,17 @@ private:
Checkbox checkbox_range1 {
{ 1 * 8, 6 * 16},
7,
"Range 1"
};
Checkbox checkbox_range2 {
{ 1 * 8, 9 * 16 + 4},
7,
"Range 2"
};
Checkbox checkbox_range3 {
{ 1 * 8, 12 * 16 + 8 },
7,
"Range 3"
};