diff options
Diffstat (limited to 'perl-install/share/themes-mdk.rc')
-rw-r--r-- | perl-install/share/themes-mdk.rc | 31 |
1 files changed, 10 insertions, 21 deletions
diff --git a/perl-install/share/themes-mdk.rc b/perl-install/share/themes-mdk.rc index 47be00f67..3f45770bb 100644 --- a/perl-install/share/themes-mdk.rc +++ b/perl-install/share/themes-mdk.rc @@ -62,20 +62,9 @@ style "button" function = BOX recolorable = TRUE state = NORMAL - detail = "buttondefault" - shadow = IN - file = "blueHeart-button_def.png" - border = { 9, 9, 9, 9 } - stretch = TRUE - } - image - { - function = BOX - recolorable = TRUE - state = NORMAL shadow = OUT - file = "blueHeart-button1.png" - border = { 3, 3, 3, 3 } + file = "mdk-button1.png" + border = { 7, 7, 7, 7 } stretch = TRUE } image @@ -84,8 +73,8 @@ style "button" recolorable = TRUE state = PRELIGHT shadow = OUT - file = "blueHeart-button2.png" - border = { 3, 3, 3, 3 } + file = "mdk-button1.png" + border = { 7, 7, 7, 7 } stretch = TRUE } image @@ -94,8 +83,8 @@ style "button" recolorable = TRUE state = NORMAL shadow = IN - file = "blueHeart-button4.png" - border = { 2, 2, 2, 2 } + file = "mdk-button4.png" + border = { 7, 7, 7, 7 } stretch = TRUE } image @@ -104,8 +93,8 @@ style "button" recolorable = TRUE state = SELECTED shadow = IN - file = "blueHeart-button4.png" - border = { 3, 3, 3, 3 } + file = "mdk-button4.png" + border = { 7, 7, 7, 7 } stretch = TRUE } image @@ -114,8 +103,8 @@ style "button" recolorable = TRUE state = ACTIVE shadow = IN - file = "blueHeart-button4.png" - border = { 3, 3, 3, 3 } + file = "mdk-button4.png" + border = { 7, 7, 7, 7 } stretch = TRUE } } |