Do some stuff.

- Display Background for DropDownMenu.
- Fix copy paste dropdown touch mistake.
- Display 15 Entries on the grid.
- If possible, keep selector on the same position on page switch.
This commit is contained in:
StackZ
2020-06-19 14:47:11 +02:00
parent e03cf47b67
commit a5ea3087b1
3 changed files with 51 additions and 49 deletions
+17 -11
View File
@@ -67,23 +67,29 @@ private:
void DropDownMenu(void) const;
const std::vector<Structs::ButtonPos> StoreBoxesGrid = {
{20, 30, 100, 50},
{150, 30, 100, 50},
{280, 30, 100, 50},
{25, 35, 50, 50},
{100, 35, 50, 50},
{175, 35, 50, 50},
{250, 35, 50, 50},
{325, 35, 50, 50},
{20, 95, 100, 50},
{150, 95, 100, 50},
{280, 95, 100, 50},
{25, 95, 50, 50},
{100, 95, 50, 50},
{175, 95, 50, 50},
{250, 95, 50, 50},
{325, 95, 50, 50},
{20, 160, 100, 50},
{150, 160, 100, 50},
{280, 160, 100, 50}
{25, 155, 50, 50},
{100, 155, 50, 50},
{175, 155, 50, 50},
{250, 155, 50, 50},
{325, 155, 50, 50}
};
const std::vector<Structs::ButtonPos> StoreBoxesList = {
{20, 30, 360, 50},
{20, 35, 360, 50},
{20, 95, 360, 50},
{20, 160, 360, 50}
{20, 155, 360, 50}
};
const std::vector<Structs::ButtonPos> downloadBoxes = {