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:
@@ -1,6 +1,7 @@
|
||||
wallpaper="blue-zero.png"
|
||||
linkHeight=50
|
||||
topBarHeight=50
|
||||
bottomBarHeight=21
|
||||
linkWidth=80
|
||||
topBarBg=#ffffff00
|
||||
bottomBarBg=#ffffff00
|
||||
|
||||
@@ -5,5 +5,6 @@ messageBoxBg=#00000080
|
||||
messageBoxSelection=#fffffff80
|
||||
bottomBarBg=#ffffff80
|
||||
topBarHeight=50
|
||||
bottomBarHeight=21
|
||||
linkHeight=50
|
||||
linkWidth=80
|
||||
@@ -5,5 +5,6 @@ messageBoxBg=#00000080
|
||||
messageBoxSelection=#fffffff80
|
||||
bottomBarBg=#ffffff80
|
||||
topBarHeight=50
|
||||
bottomBarHeight=21
|
||||
linkHeight=50
|
||||
linkWidth=80
|
||||
Reference in New Issue
Block a user