diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-04-13 17:51:33 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-04-13 17:51:33 +0000 |
commit | 21afb921cd71327cae09ec568f11e6f020a93229 (patch) | |
tree | 0aaa2f80616b0c50ac3999977ea070a09e0100ed /perl-install/share | |
parent | 2a709512915ed65978ec6d28c25f2de87c246cc1 (diff) | |
download | drakx-backup-do-not-use-21afb921cd71327cae09ec568f11e6f020a93229.tar drakx-backup-do-not-use-21afb921cd71327cae09ec568f11e6f020a93229.tar.gz drakx-backup-do-not-use-21afb921cd71327cae09ec568f11e6f020a93229.tar.bz2 drakx-backup-do-not-use-21afb921cd71327cae09ec568f11e6f020a93229.tar.xz drakx-backup-do-not-use-21afb921cd71327cae09ec568f11e6f020a93229.zip |
no_comment
Diffstat (limited to 'perl-install/share')
-rw-r--r-- | perl-install/share/themes-mdk.rc | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/perl-install/share/themes-mdk.rc b/perl-install/share/themes-mdk.rc index 3f45770bb..020b6389c 100644 --- a/perl-install/share/themes-mdk.rc +++ b/perl-install/share/themes-mdk.rc @@ -62,6 +62,17 @@ 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 = "mdk-button1.png" border = { 7, 7, 7, 7 } @@ -185,7 +196,7 @@ widget_class "*GtkEntry*" style "entry" widget_class "*Gtk*List*" style "entry" widget_class "*GtkCTree*" style "entry" widget_class "*GtkNotebook*" style "notebook" -widget "*GtkButton*" style "button" +widget "*GtkButton" style "button" widget "*background*" style "background" widget "*Steps*" style "steps" |