diff options
author | louis <louis.braun@gmx.de> | 2013-02-12 16:37:59 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2013-02-12 16:37:59 +0100 |
commit | 702f4d7795fa97d0cb716c7933f83225e85a35e0 (patch) | |
tree | e70b222b47e327ec46b3a332bb3043a315dd70b4 /config.h | |
parent | f04a7865cdab7a6a8d0aa5ec2f062e16bcd27e8e (diff) | |
download | skin-nopacity-702f4d7795fa97d0cb716c7933f83225e85a35e0.tar.gz skin-nopacity-702f4d7795fa97d0cb716c7933f83225e85a35e0.tar.bz2 |
Introduced rounded corners for menuitems and buttons
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -76,6 +76,8 @@ class cNopacityConfig { int fontVolume;
//DisplayMenu
int scalePicture;
+ int roundedCorners;
+ int cornerRadius;
int narrowMainMenu;
int narrowScheduleMenu;
int narrowChannelMenu;
|