From 80ca8cd488b50c30842f29481ed8aac5d259ef83 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 2 Dec 2013 17:06:35 +0100 Subject: fix partionning wizard moving the main window to left (mga#11790) widgets were too wide with gtk3 + oxygen-gtk3 we either have to change the horizontal scrolling policty to 'automatic' (thus having an ugly horizontal scrolling bar) or shrink those widgets --- perl-install/fs/partitioning_wizard.pm | 4 ++-- perl-install/install/NEWS | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/perl-install/fs/partitioning_wizard.pm b/perl-install/fs/partitioning_wizard.pm index b8d68a382..c9486c5d1 100644 --- a/perl-install/fs/partitioning_wizard.pm +++ b/perl-install/fs/partitioning_wizard.pm @@ -295,7 +295,7 @@ sub create_display_box { my @parts = diskdrake::hd_gtk::kind2parts($kind); my $totalsectors = diskdrake::hd_gtk::kind2sectors($kind, @parts); - my $width = 540; + my $width = 520; my $minwidth = 40; my $display_box = ugtk3::gtkset_size_request(Gtk3::HBox->new(0,0), -1, 26); @@ -460,7 +460,7 @@ sub display_choices { $item = Gtk3::EventBox->new; my $b2 = gtknew("Image", file => "small-logo"); $item->add($b2); - $item->set_size_request(540,26); + $item->set_size_request(520,26); $item->set_name("PART_new"); } elsif ($s eq 'diskdrake') { } else { diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 8d453f778..f6814486b 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,4 @@ +- fix partionning wizard moving the main window to left (mga#11790) - fix titles not being blue anymore Version 16.2 - 29 November 2013 -- cgit v1.2.1