summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/NEWS2
-rw-r--r--perl-install/fs/partitioning_wizard.pm2
-rw-r--r--perl-install/install/NEWS1
3 files changed, 4 insertions, 1 deletions
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