diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-02-19 09:36:57 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-02-19 10:06:47 +0100 |
commit | 5299ba867274d525787d76f84fbfaaa6ff1b5370 (patch) | |
tree | b97f9684b0d28715f66f155a04f50f619dcf6a82 /perl-install/install | |
parent | 3bc232ec927ecb363b121fb7255a29e77b738cd1 (diff) | |
download | drakx-5299ba867274d525787d76f84fbfaaa6ff1b5370.tar drakx-5299ba867274d525787d76f84fbfaaa6ff1b5370.tar.gz drakx-5299ba867274d525787d76f84fbfaaa6ff1b5370.tar.bz2 drakx-5299ba867274d525787d76f84fbfaaa6ff1b5370.tar.xz drakx-5299ba867274d525787d76f84fbfaaa6ff1b5370.zip |
workaround too wide togglebuttons with empty label
gtk+3 and/or Adwaita makes togglebuttons with empty label being at least
34px wide whereas when using ->new instead of ->new_with_label, they can
be only 18px wide...
...which is still too much when we sized them to eg 5px and cause their
container to enlarge
Diffstat (limited to 'perl-install/install')
-rw-r--r-- | perl-install/install/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index c12ea40f6..a46b12e3e 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,6 @@ +- partitioning: + o workaround too wide togglebuttons with empty label with gtk+3 and/or Adwaita + Version 16.61 - 18 February 2015 - ensure we install radeon-firmware too if needed (mga#15203) |