mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-03 00:39:02 +00:00
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:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user