diff options
Diffstat (limited to 'perl-install/share/install.rc')
-rw-r--r-- | perl-install/share/install.rc | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/perl-install/share/install.rc b/perl-install/share/install.rc index d02ae6105..20dbbe915 100644 --- a/perl-install/share/install.rc +++ b/perl-install/share/install.rc @@ -1,8 +1,13 @@ +style "default-font" +{ + font = "-adobe-helvetica-medium-r-normal-*-*-100-*-*-p-*-iso8859-1" +} + style "steps" { bg[NORMAL] = { 0, 0, 0 } fg[NORMAL] = { 1.0, 1.0, 1.0 } - font = "-adobe-helvetica-medium-r-normal-*-*-80-*-*-p-*-iso8859-1" + font = "-adobe-helvetica-medium-r-normal-*-*-80-*-*-p-*-iso8859-1" } style "logo" @@ -30,5 +35,6 @@ style "logo" base[INSENSITIVE] = { 1.0, 1.0, 1.0 } } +widget "*" style "default-font" widget "*Steps*" style "steps" widget "*logo*" style "logo" |