From e5f9e2a1535d94ae030059b4a2637695b8939582 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 3 Aug 2007 16:13:48 +0000 Subject: add some space between widgets --- lib/network/netcenter.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib') diff --git a/lib/network/netcenter.pm b/lib/network/netcenter.pm index bae9c15..9c3d3e6 100755 --- a/lib/network/netcenter.pm +++ b/lib/network/netcenter.pm @@ -69,14 +69,14 @@ 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, child => gtknew('VBox', spacing => 20, children_tight => [ map { gtknew('HBox', children_tight => [ gtknew('Image', file => $_->get_type_icon), - gtknew('VBox', children_tight => [ + gtknew('VBox', spacing => 10, children_tight => [ gtknew('Title2', label => $_->get_description), gtknew('HBox', children_tight => [ - gtknew('Label', padding => [ 20, 0 ]), + gtknew('Label', padding => [ 5, 0 ]), gtknew('VBox', children_tight => [ ($_->can('get_networks') && !$_->network_scan_is_slow ? build_networks_list($_, $net) : ()), gtknew('HBox', children_tight => [ -- cgit v1.2.1