1
0
mirror of git://projects.qi-hardware.com/gmenu2x.git synced 2025-04-21 12:27:27 +03:00

Moved linkColumns and linkRows fields into Menu class

This commit is contained in:
Maarten ter Huurne
2013-08-05 00:51:36 +02:00
parent 8d7ac6e0ba
commit bdf3cfdf86
4 changed files with 34 additions and 30 deletions

View File

@@ -140,7 +140,7 @@ public:
* Variables needed for elements disposition
*/
uint resX, resY, halfX, halfY;
uint bottomBarIconY, bottomBarTextY, linkColumns, linkRows;
uint bottomBarIconY, bottomBarTextY;
InputManager input;