From 9b16bf371c9804e60cef8d6a9e9ee3031692723b Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 11 Feb 2003 11:16:25 +0000 Subject: - have the "Windows" button blue - set xthickness = 1 and ythickness = 1 for buttons (so that non-colored buttons have the same feelings with the upcoming new theme) --- perl-install/share/diskdrake.rc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'perl-install/share/diskdrake.rc') diff --git a/perl-install/share/diskdrake.rc b/perl-install/share/diskdrake.rc index 4cb624ad8..a9a731b0d 100644 --- a/perl-install/share/diskdrake.rc +++ b/perl-install/share/diskdrake.rc @@ -1,6 +1,8 @@ style "font" { fontset = "-*-*-medium-r-normal-*-8-*-*-*-*-*-iso8859-1,*-r-*" + xthickness = 1 + ythickness = 1 } style "red" = "font" @@ -37,6 +39,7 @@ widget "*Journalised FS*" style "darkred" widget "*Linux swap*" style "green" widget "*Swap*" style "green" widget "*FAT*" style "blue" +widget "*Windows*" style "blue" widget "*SunOS*" style "blue" widget "*NTFS*" style "blue" widget "*Empty*" style "white" -- cgit v1.2.1