summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakTermServ
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-03-23 14:02:29 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-03-23 14:02:29 +0000
commita08ce7f94bbfd71d31f72e80d920fce9266f3b3a (patch)
treef83c6aca95eed62f14f1124bf32a5970d43f3e95 /perl-install/standalone/drakTermServ
parent0fedb440874747441f6a67e664fc067faaddc509 (diff)
downloaddrakx-backup-do-not-use-a08ce7f94bbfd71d31f72e80d920fce9266f3b3a.tar
drakx-backup-do-not-use-a08ce7f94bbfd71d31f72e80d920fce9266f3b3a.tar.gz
drakx-backup-do-not-use-a08ce7f94bbfd71d31f72e80d920fce9266f3b3a.tar.bz2
drakx-backup-do-not-use-a08ce7f94bbfd71d31f72e80d920fce9266f3b3a.tar.xz
drakx-backup-do-not-use-a08ce7f94bbfd71d31f72e80d920fce9266f3b3a.zip
(client_type) fix layout (checbox was using too muche vertical space)
Diffstat (limited to 'perl-install/standalone/drakTermServ')
-rwxr-xr-xperl-install/standalone/drakTermServ16
1 files 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),