From a08ce7f94bbfd71d31f72e80d920fce9266f3b3a Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 23 Mar 2004 14:02:29 +0000 Subject: (client_type) fix layout (checbox was using too muche vertical space) --- perl-install/standalone/drakTermServ | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/perl-install/standalone/drakTermServ b/perl-install/standalone/drakTermServ index 86dafe1c2..ac33d07d5 100755 --- a/perl-install/standalone/drakTermServ +++ b/perl-install/standalone/drakTermServ @@ -446,14 +446,14 @@ sub client_type() { 'Thin' clients run everything off the server's CPU/RAM, using the client display. 'Fat' clients use their own CPU/RAM but the server's filesystem."), "wizard"); gtkpack_($$central_widget, - 1, gtkpack_(new Gtk2::HBox(1,0), - 0, new Gtk2::VBox(0,10), - 1, gtksignal_connect($check_allow_thin, clicked => sub { - invbool \$thin_clients; - client_set("all"); - }), - 0, new Gtk2::VBox(0,10) - ), + 0, gtkpack_(new Gtk2::HBox(1,0), + 1, Gtk2::VBox->new, + 0, gtksignal_connect($check_allow_thin, clicked => sub { + invbool \$thin_clients; + client_set("all"); + }), + 0, Gtk2::VBox->new, + ), 0, gtksignal_connect(new Gtk2::Button(N("Sync client X keyboard settings with server.")), clicked => sub { client_X_keyboard() }), 1, new Gtk2::HBox(0,0), -- cgit v1.2.1