From 678158f4406faca447f0fb05a1ba0a65f54a1626 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Thu, 3 Apr 2008 08:23:15 +0000 Subject: use largest lists for users --- bin/drakguard | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/drakguard b/bin/drakguard index 6717012..132347b 100755 --- a/bin/drakguard +++ b/bin/drakguard @@ -123,12 +123,12 @@ gtkadd($w->{window}, 1, gtknew('Label'), 0, gtknew('Title2', label => N("User access")), 0, gtknew('HBox', spacing => 5, children_tight => [ - gtknew('ScrolledWindow', width => 220, height => 90, child => $allusers_list), + gtknew('ScrolledWindow', width => 220, height => 120, child => $allusers_list), gtknew('VBox', spacing => 5, children_tight => [ gtknew('Button', stock => "gtk-add", clicked => \&add_user), gtknew('Button', stock => "gtk-remove", clicked => \&remove_user), ]), - gtknew('ScrolledWindow', width => 220, height => 90, child => $users_list), + gtknew('ScrolledWindow', width => 220, height => 120, child => $users_list), ]), 1, gtknew('Label'), 0, gtknew('Title2', label => N("Time control")), -- cgit v1.2.1