diff options
author | damien <damien@mandriva.com> | 2001-09-12 15:12:48 +0000 |
---|---|---|
committer | damien <damien@mandriva.com> | 2001-09-12 15:12:48 +0000 |
commit | 2359181c57e4e9dd4213a7eb1ea55cac65687683 (patch) | |
tree | d5c732823ef90ce2e87bf99d7f239a5d91fcff2f | |
parent | ec80858023d91cf1daa843e4c0ba35347c736f20 (diff) | |
download | drakx-2359181c57e4e9dd4213a7eb1ea55cac65687683.tar drakx-2359181c57e4e9dd4213a7eb1ea55cac65687683.tar.gz drakx-2359181c57e4e9dd4213a7eb1ea55cac65687683.tar.bz2 drakx-2359181c57e4e9dd4213a7eb1ea55cac65687683.tar.xz drakx-2359181c57e4e9dd4213a7eb1ea55cac65687683.zip |
new color for shadow
-rw-r--r-- | perl-install/my_gtk.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/my_gtk.pm b/perl-install/my_gtk.pm index a8a84161c..1c293a2ba 100644 --- a/perl-install/my_gtk.pm +++ b/perl-install/my_gtk.pm @@ -535,7 +535,8 @@ sub _create_window($$) { my $gc = Gtk::Gdk::GC->new(gtkroot()); !$::isStandalone && !$::live and $my_gtk::shape_width = 7; #- $gc->set_foreground(gtkcolor(8448, 17664, 40191)); #- in hex : 33, 69, 157 - $gc->set_foreground(gtkcolor(5120, 10752, 22784)); #- in hex : 20, 42, 89 +#- $gc->set_foreground(gtkcolor(5120, 10752, 22784)); #- in hex : 20, 42, 89 + $gc->set_foreground(gtkcolor(8448, 8448, 8448)); #- in hex : 20, 42, 89 my $inner = gtkadd(my $f_ = gtkset_shadow_type(new Gtk::Frame(undef), 'out'), my $f = gtkset_border_width(gtkset_shadow_type(new Gtk::Frame(undef), 'none'), 3) ); |