summaryrefslogtreecommitdiffstats
path: root/perl-install/diskdrake/hd_gtk.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-08-27 18:54:48 +0000
committerThierry Vignaud <tv@mandriva.org>2008-08-27 18:54:48 +0000
commit625e168d4cbb47148fb9bfb41e5b7ff3f9528a2a (patch)
tree0a470ed0680857676043487a2450d72bfed97d80 /perl-install/diskdrake/hd_gtk.pm
parent615184f5bcfadfd67161f1801a49fd67154afe1e (diff)
downloaddrakx-backup-do-not-use-625e168d4cbb47148fb9bfb41e5b7ff3f9528a2a.tar
drakx-backup-do-not-use-625e168d4cbb47148fb9bfb41e5b7ff3f9528a2a.tar.gz
drakx-backup-do-not-use-625e168d4cbb47148fb9bfb41e5b7ff3f9528a2a.tar.bz2
drakx-backup-do-not-use-625e168d4cbb47148fb9bfb41e5b7ff3f9528a2a.tar.xz
drakx-backup-do-not-use-625e168d4cbb47148fb9bfb41e5b7ff3f9528a2a.zip
(main) properly size widget (infamous gnome bug #101968)
Diffstat (limited to 'perl-install/diskdrake/hd_gtk.pm')
-rw-r--r--perl-install/diskdrake/hd_gtk.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/diskdrake/hd_gtk.pm b/perl-install/diskdrake/hd_gtk.pm
index e2c27e381..99e4a352f 100644
--- a/perl-install/diskdrake/hd_gtk.pm
+++ b/perl-install/diskdrake/hd_gtk.pm
@@ -66,6 +66,7 @@ sub main {
gtkpack_(Gtk2::VBox->new(0,7),
0, gtknew(($::isInstall ? ('Title1', 'label') : ('Label_Left', 'text'))
=> N("Click on a partition, choose a filesystem type then choose an action"),
+ width => mygtk2::get_label_width()
),
1, (my $notebook_widget = Gtk2::Notebook->new),
0, (my $per_kind_action_box = Gtk2::HBox->new(0,0)),