diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/NEWS | 3 | ||||
-rw-r--r-- | perl-install/diskdrake/hd_gtk.pm | 2 | ||||
-rw-r--r-- | perl-install/install/NEWS | 3 |
3 files changed, 5 insertions, 3 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS index 69a369ae0..55293764c 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,4 +1,5 @@ -- diskdrake: +- 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 Version 16.56 - 10 February 2015 diff --git a/perl-install/diskdrake/hd_gtk.pm b/perl-install/diskdrake/hd_gtk.pm index a2a791cf7..72ffa324c 100644 --- a/perl-install/diskdrake/hd_gtk.pm +++ b/perl-install/diskdrake/hd_gtk.pm @@ -179,7 +179,7 @@ sub add_kind2notebook { $kind->{info_box} = Gtk3::VBox->new(0,0); my $box = gtkpack_(Gtk3::VBox->new(0,7), - 0, $kind->{display_box}, + 0, create_scrolled_window($kind->{display_box}, [ 'automatic', 'never' ]), 0, filesystems_button_box(), 1, $kind->{info_box}); $kind->{main_box} = gtknew('HBox', spacing => 5, children => [ diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index a46b12e3e..a585cbb57 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,4 +1,5 @@ -- partitioning: +- partitioning (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 Version 16.61 - 18 February 2015 |