mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2025-04-21 12:27:27 +03:00
Added "bottomBarHeight" item to skin
There was already "topBarHeight", but the height of the bottom bar was still hardcoded.
This commit is contained in:
@@ -185,7 +185,7 @@ void Menu::paint(Surface &s) {
|
||||
|
||||
ConfIntHash &skinConfInt = gmenu2x->skinConfInt;
|
||||
const int topBarHeight = skinConfInt["topBarHeight"];
|
||||
const int bottomBarHeight = 21;
|
||||
const int bottomBarHeight = skinConfInt["bottomBarHeight"];
|
||||
const int linkWidth = skinConfInt["linkWidth"];
|
||||
const int linkHeight = skinConfInt["linkHeight"];
|
||||
RGBAColor &selectionBgColor = gmenu2x->skinConfColors[COLOR_SELECTION_BG];
|
||||
|
||||
Reference in New Issue
Block a user