diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-03-03 08:59:55 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-03-03 08:59:55 +0000 |
commit | 98d8d830aac57c5dd1c824ab49383297650d0ab1 (patch) | |
tree | 76e65b85b6c72405759defda833ef3b2a0a245d5 | |
parent | be7a35331eb0e0e702450adb834d4fa6d88ab4ed (diff) | |
download | mgaonline-98d8d830aac57c5dd1c824ab49383297650d0ab1.tar mgaonline-98d8d830aac57c5dd1c824ab49383297650d0ab1.tar.gz mgaonline-98d8d830aac57c5dd1c824ab49383297650d0ab1.tar.bz2 mgaonline-98d8d830aac57c5dd1c824ab49383297650d0ab1.tar.xz mgaonline-98d8d830aac57c5dd1c824ab49383297650d0ab1.zip |
align labels in packtables
-rwxr-xr-x | mdkonline | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -106,7 +106,7 @@ gtkappend_page($o->{nb}, gtkpack_(Gtk2::VBox->new(0, 3), 0, gtksignal_connect(gtkset_active($o->{account_cb} = Gtk2::CheckButton->new(N("I don't have a MandrakeOnline account and I want to ") . N("Subscribe")), $create_account), clicked => sub { $create_account =! $create_account; $o->{vbox_account}->set_sensitive($create_account) }), 1, gtkpack_($o->{vbox_account} = Gtk2::VBox->new(0, 3), - 1, create_packtable({ homogeneous => 1, col_spacings => 10, row_spacings => 10 }, + 1, create_packtable({ homogeneous => 1, col_spacings => 10, row_spacings => 10, mcc => 1 }, [], [ N("Login:"), $o->{clogin} = Gtk2::Entry->new(), " " ], [ N("Password:"), $o->{cpasswd} = entry_hidepass(), " " ], @@ -126,7 +126,7 @@ gtkappend_page($o->{nb}, gtkpack_(Gtk2::VBox->new(0, 3), 0, set_darea("MandrakeOnline" . " " . N("Authentification"), 'authentification'), 0, Gtk2::Label->new("\n\n" . N("Enter your MandrakeOnline login, password and machine name:")), - 1, create_packtable({ homogeneous => 1, col_spacings => 10, row_spacings => 10 }, + 1, create_packtable({ homogeneous => 1, col_spacings => 10, row_spacings => 10, mcc => 1 }, [], [ N("Login:"), $o->{login} = Gtk2::Entry->new(), "" ], [ N("Password:"), $o->{passwd} = entry_hidepass(), "" ], |