1
0
mirror of git://projects.qi-hardware.com/gmenu2x.git synced 2024-11-05 07:31:54 +02:00

Set default link size to 80x50

This commit is contained in:
Paul Cercueil 2014-01-16 16:23:26 +01:00
parent ad30fae321
commit cb82d55350

View File

@ -843,10 +843,10 @@ void GMenu2X::setSkin(const string &skin, bool setWallpaper) {
}
}
evalIntConf(&skinConfInt["topBarHeight"], 40, 32, 120);
evalIntConf(&skinConfInt["topBarHeight"], 50, 32, 120);
evalIntConf(&skinConfInt["bottomBarHeight"], 20, 20, 120);
evalIntConf(&skinConfInt["linkHeight"], 40, 32, 120);
evalIntConf(&skinConfInt["linkWidth"], 60, 32, 120);
evalIntConf(&skinConfInt["linkHeight"], 50, 32, 120);
evalIntConf(&skinConfInt["linkWidth"], 80, 32, 120);
if (menu != NULL) menu->skinUpdated();