From 673787cbdab4a47b0b3cb987866c57704d7bdee9 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 23 Aug 1999 13:01:55 +0000 Subject: no_comment --- perl-install/share/install.rc | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) (limited to 'perl-install/share/install.rc') diff --git a/perl-install/share/install.rc b/perl-install/share/install.rc index aa893579d..44e808c66 100644 --- a/perl-install/share/install.rc +++ b/perl-install/share/install.rc @@ -1,22 +1,14 @@ - - -style "border" -{ - bg[NORMAL] = { 0, 0, 0 } -} - 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" } -style "title" +style "logo" { - bg[NORMAL] = { 0, 0.66, 1.0 } -# fg[NORMAL] = { 1.0, 1.0, 1.0 } + bg[NORMAL] = { 1.0, 1.0, 1.0 } } - -widget "*Title" style "title" -widget "*Steps" style "steps" +widget "*Steps*" style "steps" +widget "*logo*" style "logo" \ No newline at end of file -- cgit v1.2.1