mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2024-11-05 09:53:45 +02:00
Set default link size to 80x50
This commit is contained in:
parent
ad30fae321
commit
cb82d55350
@ -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["bottomBarHeight"], 20, 20, 120);
|
||||||
evalIntConf(&skinConfInt["linkHeight"], 40, 32, 120);
|
evalIntConf(&skinConfInt["linkHeight"], 50, 32, 120);
|
||||||
evalIntConf(&skinConfInt["linkWidth"], 60, 32, 120);
|
evalIntConf(&skinConfInt["linkWidth"], 80, 32, 120);
|
||||||
|
|
||||||
if (menu != NULL) menu->skinUpdated();
|
if (menu != NULL) menu->skinUpdated();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user