From 398331f6c77b4dfbe90196bf8ecc4e6df9129ff2 Mon Sep 17 00:00:00 2001 From: damien Date: Fri, 14 Sep 2001 14:40:58 +0000 Subject: shadow color --- perl-install/my_gtk.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/my_gtk.pm') diff --git a/perl-install/my_gtk.pm b/perl-install/my_gtk.pm index 0132571e6..3557c446f 100644 --- a/perl-install/my_gtk.pm +++ b/perl-install/my_gtk.pm @@ -537,7 +537,7 @@ sub _create_window($$) { !$::isStandalone && !$::live && !$::g_auto_install and $my_gtk::shape_width = 5; #- $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(8448, 8448, 8448)); #- in hex : 20, 42, 89 + $gc->set_foreground(gtkcolor(16896, 16896, 16896)); #- in hex : 66, 66, 66 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) ); -- cgit v1.2.1