diff options
Diffstat (limited to 'lib/network')
-rwxr-xr-x | lib/network/netcenter.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/network/netcenter.pm b/lib/network/netcenter.pm index 1ae16d3..4dc9cd8 100755 --- a/lib/network/netcenter.pm +++ b/lib/network/netcenter.pm @@ -62,7 +62,8 @@ sub main { gtkadd($w->{window}, gtknew('VBox', spacing => 5, children => [ $::isEmbedded ? () : (0, Gtk2::Banner->new($icon, $title)), - 1, gtknew('ScrolledWindow', width => 500, height => 300, child => gtknew('VBox', spacing => 5, children_tight => [ + 1, gtknew('ScrolledWindow', width => 500, height => 300, shadow_type => 'none', + child => gtknew('VBox', spacing => 5, children_tight => [ map_index { my $cmanager = build_cmanager($in, $net, $w, $pixbufs, $_); my $box = gtknew('VBox', spacing => 5, children_tight => [ |