diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/drakguard | 4 |
1 files changed, 2 insertions, 2 deletions
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")), |