Changes to Deck Editor:

- Removed one "stats" button as well as the "menu" button. The goal is to let the screen "breathe" and show cards as much as possible.
-- Removing the "menu" button is also in line with all other screens of the game, where that button never appears.
- With the same goal, the "XXX of XXX cards" text is now displayed only when scrolling
This commit is contained in:
wagic.the.homebrew
2012-03-21 14:41:38 +00:00
parent f33fe0298e
commit 3ba22cd615
2 changed files with 8 additions and 21 deletions

View File

@@ -97,7 +97,7 @@ private:
int lastTotal;
int mSelected;
InteractiveButton *toggleDeckButton, *sellCardButton, *statsNextButton, *statsPrevButton, *menuButton, *filterButton;
InteractiveButton *toggleDeckButton, *sellCardButton, *statsPrevButton, *filterButton;
WGuiFilters * filterMenu;
WSrcDeckViewer * source;