diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-09-08 15:24:44 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-09-08 15:24:44 +0000 |
commit | 7d8a72b86d9d7a058389e7c65305ec61f30f35a7 (patch) | |
tree | bb695c567ec4ea10e15eb52507250d6a78a444e9 /perl-install | |
parent | 620bedb74b040e33af73d40bc609f8eb1ffa0a30 (diff) | |
download | drakx-7d8a72b86d9d7a058389e7c65305ec61f30f35a7.tar drakx-7d8a72b86d9d7a058389e7c65305ec61f30f35a7.tar.gz drakx-7d8a72b86d9d7a058389e7c65305ec61f30f35a7.tar.bz2 drakx-7d8a72b86d9d7a058389e7c65305ec61f30f35a7.tar.xz drakx-7d8a72b86d9d7a058389e7c65305ec61f30f35a7.zip |
(main) improve GUI by adding spacing between buttons
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/NEWS | 1 | ||||
-rw-r--r-- | perl-install/diskdrake/hd_gtk.pm | 2 | ||||
-rw-r--r-- | perl-install/install/NEWS | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS index 1e4525774..350c7d21a 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,6 +1,7 @@ - diskdrake o fix file system type drop down list showing most types as "..." in expert mode due to ellipsizing (#43611) + o improved GUI Version 11.37 - 8 September 2008 diff --git a/perl-install/diskdrake/hd_gtk.pm b/perl-install/diskdrake/hd_gtk.pm index 6a22c31fa..ce7163bbe 100644 --- a/perl-install/diskdrake/hd_gtk.pm +++ b/perl-install/diskdrake/hd_gtk.pm @@ -71,7 +71,7 @@ sub main { ), 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)), + 0, (my $general_action_box = gtknew('HButtonBox', spacing => 5, layout => 'spread')), ), ); my ($lock, $initializing) = (undef, 1); diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 1dcb0af7d..02f2984d2 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -3,6 +3,7 @@ - partitionning step o fix file system type drop down list showing most types as "..." in expert mode due to ellipsizing (#43611) + o improved GUI Version 11.34 - 2 September 2008 |