summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-08-13 09:08:58 +0000
committerThierry Vignaud <tv@mandriva.org>2008-08-13 09:08:58 +0000
commit3cfe74366efbcb3250ae5f4967f814e28b46321c (patch)
treed3f1e6e5c42e4e675310f38a851449659870fcb0
parent91c1c8287f5a63431289c8364ec710a17393854b (diff)
downloaddrakx-3cfe74366efbcb3250ae5f4967f814e28b46321c.tar
drakx-3cfe74366efbcb3250ae5f4967f814e28b46321c.tar.gz
drakx-3cfe74366efbcb3250ae5f4967f814e28b46321c.tar.bz2
drakx-3cfe74366efbcb3250ae5f4967f814e28b46321c.tar.xz
drakx-3cfe74366efbcb3250ae5f4967f814e28b46321c.zip
(per_entry_action_box) do not show any relief around scrolled window for
action buttons
-rw-r--r--perl-install/diskdrake/hd_gtk.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/diskdrake/hd_gtk.pm b/perl-install/diskdrake/hd_gtk.pm
index de3042a6e..7a446ad8b 100644
--- a/perl-install/diskdrake/hd_gtk.pm
+++ b/perl-install/diskdrake/hd_gtk.pm
@@ -195,7 +195,7 @@ sub per_entry_action_box {
$w;
} diskdrake::interactive::part_possible_actions($in, kind2hd($kind), $entry, $all_hds);
- gtkadd($box, create_scrolled_window(gtkpack__(Gtk2::VBox->new(), @buttons))) if @buttons;
+ gtkadd($box, create_scrolled_window(gtkpack__(Gtk2::VBox->new(), @buttons), shadow_type => 'none')) if @buttons;
} else {
my $txt = !$::isStandalone && fsedit::is_one_big_fat_or_NT($all_hds->{hds}) ?
N("You have one big Microsoft Windows partition.