diff options
author | damien <damien@mandriva.com> | 2000-11-28 16:56:52 +0000 |
---|---|---|
committer | damien <damien@mandriva.com> | 2000-11-28 16:56:52 +0000 |
commit | 0880c7ba8ce88e87fa600aeb367a8f88a3ae71e7 (patch) | |
tree | 33f7ac905998f9ad6d85090f777ee4c0d0c67032 /perl-install/share/install.rc | |
parent | d5c526273db473a7d87a26000585900fc10dda7d (diff) | |
download | drakx-backup-do-not-use-0880c7ba8ce88e87fa600aeb367a8f88a3ae71e7.tar drakx-backup-do-not-use-0880c7ba8ce88e87fa600aeb367a8f88a3ae71e7.tar.gz drakx-backup-do-not-use-0880c7ba8ce88e87fa600aeb367a8f88a3ae71e7.tar.bz2 drakx-backup-do-not-use-0880c7ba8ce88e87fa600aeb367a8f88a3ae71e7.tar.xz drakx-backup-do-not-use-0880c7ba8ce88e87fa600aeb367a8f88a3ae71e7.zip |
branch to build the firewall install.topic/unlabeled-1.1.1
Diffstat (limited to 'perl-install/share/install.rc')
-rw-r--r-- | perl-install/share/install.rc | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/perl-install/share/install.rc b/perl-install/share/install.rc index aa893579d..b86a22c29 100644 --- a/perl-install/share/install.rc +++ b/perl-install/share/install.rc @@ -1,22 +1,21 @@ - - -style "border" +style "default-font" { - bg[NORMAL] = { 0, 0, 0 } + fontset = "-*-*-medium-r-normal-*-12-*-*-*-*-*-iso8859-15" } -style "steps" +style "small-font" { - bg[NORMAL] = { 0, 0, 0 } - fg[NORMAL] = { 1.0, 1.0, 1.0 } + fontset = "-*-*-medium-r-normal-*-8-*-*-*-*-*-iso8859-15" } -style "title" +style "logo" = "background" { - bg[NORMAL] = { 0, 0.66, 1.0 } -# fg[NORMAL] = { 1.0, 1.0, 1.0 } + # no background image + engine "pixmap" { image { function = FLAT_BOX } } } +widget "*" style "default-font" +widget "Steps" style "steps" +widget "*Steps*" style "small-font" +widget "*logo*" style "logo" -widget "*Title" style "title" -widget "*Steps" style "steps" |