diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-08-13 09:07:39 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-08-13 09:07:39 +0000 |
commit | 41783e824a4b590f29331fd6b7e7dac3c5ccce77 (patch) | |
tree | 22787d95997bd288ed8259f40168d5668d46069f /perl-install | |
parent | f2467d0ad59c44b474066892140952d4999f2886 (diff) | |
download | drakx-41783e824a4b590f29331fd6b7e7dac3c5ccce77.tar drakx-41783e824a4b590f29331fd6b7e7dac3c5ccce77.tar.gz drakx-41783e824a4b590f29331fd6b7e7dac3c5ccce77.tar.bz2 drakx-41783e824a4b590f29331fd6b7e7dac3c5ccce77.tar.xz drakx-41783e824a4b590f29331fd6b7e7dac3c5ccce77.zip |
(main) align action label to the left
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/diskdrake/hd_gtk.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/diskdrake/hd_gtk.pm b/perl-install/diskdrake/hd_gtk.pm index 2e1534f2e..d0f045721 100644 --- a/perl-install/diskdrake/hd_gtk.pm +++ b/perl-install/diskdrake/hd_gtk.pm @@ -63,7 +63,7 @@ sub main { gtkadd($w->{window}, gtkpack_(Gtk2::VBox->new(0,7), - 0, N("Click on a partition, choose a filesystem type then choose an action"), + 0, gtknew('Label_Left', text => N("Click on a partition, choose a filesystem type then choose an action")), 1, (my $notebook_widget = Gtk2::Notebook->new), 0, (my $per_kind_action_box = Gtk2::HBox->new(0,0)), 0, (my $general_action_box = Gtk2::HBox->new(0,0)), |