summaryrefslogtreecommitdiffstats
path: root/perl-install/share/install.rc
diff options
context:
space:
mode:
authordamien <damien@mandriva.com>2000-11-28 16:56:52 +0000
committerdamien <damien@mandriva.com>2000-11-28 16:56:52 +0000
commit0880c7ba8ce88e87fa600aeb367a8f88a3ae71e7 (patch)
tree33f7ac905998f9ad6d85090f777ee4c0d0c67032 /perl-install/share/install.rc
parentd5c526273db473a7d87a26000585900fc10dda7d (diff)
downloaddrakx-topic/unlabeled-1.1.1.tar
drakx-topic/unlabeled-1.1.1.tar.gz
drakx-topic/unlabeled-1.1.1.tar.bz2
drakx-topic/unlabeled-1.1.1.tar.xz
drakx-topic/unlabeled-1.1.1.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.rc23
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"