diff options
author | Tor Lillqvist <tml@collabora.com> | 2019-12-20 16:17:13 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2019-12-20 16:23:10 +0200 |
commit | 2fdd5dd95777c8352d390beed11f4a969f0baadf (patch) | |
tree | 8bcc1c6a10676312d8b096c522eac5e32a8d7006 /svx | |
parent | 29d800cbed481cd4b79376ecdd985092ec180ded (diff) |
tdf#126966: Tweak to get the "color bar" below text color controls to show up
(In iOS-only code, for now.)
No idea where the size that the thing has to fit inside comes from;
possibly one could alternatively have made that larger?
(cherry picked from commit 4de843ee0de7f9211f536dc6c4ee0d05bf26cc52)
Change-Id: Ifc1bec4c08c279403127056ecc61db4b80c03f96
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/tbxctrls/tbxcolorupdate.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/tbxctrls/tbxcolorupdate.cxx b/svx/source/tbxctrls/tbxcolorupdate.cxx index 9465e9aad2f6..547ae1c42757 100644 --- a/svx/source/tbxctrls/tbxcolorupdate.cxx +++ b/svx/source/tbxctrls/tbxcolorupdate.cxx @@ -93,7 +93,7 @@ namespace svx if (!mbWideButton) { // usually the normal size is 16 - const long nIOSSize = 40; + const long nIOSSize = 32; if (aItemSize.getWidth() < nIOSSize) { aItemSize.setWidth(nIOSSize); |