diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-02-11 11:16:25 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-02-11 11:16:25 +0000 |
commit | 9b16bf371c9804e60cef8d6a9e9ee3031692723b (patch) | |
tree | 2d00e50772bea7618b06bed6e4c7689461cbc1c0 /perl-install/share/diskdrake.rc | |
parent | 1578744ebaf6815cca87d0ea763be6cdc7c7391a (diff) | |
download | drakx-9b16bf371c9804e60cef8d6a9e9ee3031692723b.tar drakx-9b16bf371c9804e60cef8d6a9e9ee3031692723b.tar.gz drakx-9b16bf371c9804e60cef8d6a9e9ee3031692723b.tar.bz2 drakx-9b16bf371c9804e60cef8d6a9e9ee3031692723b.tar.xz drakx-9b16bf371c9804e60cef8d6a9e9ee3031692723b.zip |
- 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)
Diffstat (limited to 'perl-install/share/diskdrake.rc')
-rw-r--r-- | perl-install/share/diskdrake.rc | 3 |
1 files changed, 3 insertions, 0 deletions
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" |