diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-02-19 09:41:04 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-02-19 10:07:35 +0100 |
commit | 1d57ba59bedf6fae41301720e71839eb91db3cce (patch) | |
tree | a05b8415fa7bf3d7f101aec20260ab0a14a9908b /perl-install/NEWS | |
parent | 5299ba867274d525787d76f84fbfaaa6ff1b5370 (diff) | |
download | drakx-1d57ba59bedf6fae41301720e71839eb91db3cce.tar drakx-1d57ba59bedf6fae41301720e71839eb91db3cce.tar.gz drakx-1d57ba59bedf6fae41301720e71839eb91db3cce.tar.bz2 drakx-1d57ba59bedf6fae41301720e71839eb91db3cce.tar.xz drakx-1d57ba59bedf6fae41301720e71839eb91db3cce.zip |
use an horizontal scrolling bar when needed
gtk+ sometimes doesn't respect our sizing which causes the container to
enlarge (see previous commit)
with previous commit, this reduce the risk of having too small buttons,
and fixes several issues in the installer:
- buttons being too big causing their box & thus the dialog to increase
which triggers a gtk+ bug which makes the window to jump (mga#12422)
- as well as several other related issues (mga#11988, mga#14839,
mga#15272, mga#15264)
Diffstat (limited to 'perl-install/NEWS')
-rw-r--r-- | perl-install/NEWS | 3 |
1 files changed, 2 insertions, 1 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 |