From f3c7c3356286dba238bac199ff6210a8e415a964 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 19 Feb 2015 10:11:30 +0100 Subject: use a vertical scrolling bar when needed there might be too much solutions (mga#15272) --- perl-install/NEWS | 2 ++ perl-install/fs/partitioning_wizard.pm | 2 +- perl-install/install/NEWS | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-install/NEWS b/perl-install/NEWS index 55293764c..9f6cb289d 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,6 +1,8 @@ - diskdrake (mga#12422, mga#11988, mga#14839, mga#15272, mga#15264): o use an horizontal scrolling bar when needed o workaround too wide togglebuttons with empty label with gtk+3 and/or Adwaita +- library (for draklive-install): + o use a vertical scrolling bar when needed (mga#15272) Version 16.56 - 10 February 2015 diff --git a/perl-install/fs/partitioning_wizard.pm b/perl-install/fs/partitioning_wizard.pm index fda1e3972..90cbe5615 100644 --- a/perl-install/fs/partitioning_wizard.pm +++ b/perl-install/fs/partitioning_wizard.pm @@ -526,7 +526,7 @@ sub main { my $contentbox = Gtk3::VBox->new(0, 12); my $scroll = Gtk3::ScrolledWindow->new; - $scroll->set_policy('never', 'automatic'), + $scroll->set_policy('automatic', 'automatic'), my $vp = Gtk3::Viewport->new; $vp->set_shadow_type('none'); $vp->add($contentbox); diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index a585cbb57..d9eb07830 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,5 +1,6 @@ - partitioning (mga#12422, mga#11988, mga#14839, mga#15272, mga#15264): o use an horizontal scrolling bar when needed + o use a vertical scrolling bar when needed (mga#15272) o workaround too wide togglebuttons with empty label with gtk+3 and/or Adwaita Version 16.61 - 18 February 2015 -- cgit v1.2.1