diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-02-19 22:23:13 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-02-19 22:23:13 +0000 |
commit | 3c5dd408486689111d9909cda9ea54cbff835b39 (patch) | |
tree | 60a0b48a904f703e5c4cae0718dab25d5eb29430 /perl-install | |
parent | 8a20dfa8612a1727005c79b932cb33f5f1689182 (diff) | |
download | drakx-3c5dd408486689111d9909cda9ea54cbff835b39.tar drakx-3c5dd408486689111d9909cda9ea54cbff835b39.tar.gz drakx-3c5dd408486689111d9909cda9ea54cbff835b39.tar.bz2 drakx-3c5dd408486689111d9909cda9ea54cbff835b39.tar.xz drakx-3c5dd408486689111d9909cda9ea54cbff835b39.zip |
indent more the entries in the summary (as asked by dadou)
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/install_steps_gtk.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm index 1131332e0..201774c46 100644 --- a/perl-install/install_steps_gtk.pm +++ b/perl-install/install_steps_gtk.pm @@ -633,7 +633,7 @@ sub summary_prompt { $e->{widget} = Gtk2::Label->new; $e->{widget}->set_property(wrap => 1); $e->{widget}->set_size_request($::windowwidth * 0.65, -1); - push @table, [], [ gtkpack__(Gtk2::HBox->new(0, 20), '', $e->{widget}), + push @table, [], [ gtkpack__(Gtk2::HBox->new(0, 30), '', $e->{widget}), gtksignal_connect(Gtk2::Button->new(N("Configure")), clicked => sub { $w->{rwindow}->hide; $e->{clicked}(); |