summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2019-12-20 16:17:13 +0200
committerTor Lillqvist <tml@collabora.com>2019-12-20 16:17:13 +0200
commit4de843ee0de7f9211f536dc6c4ee0d05bf26cc52 (patch)
treec72726c6125dddefcb7cc3af2ade638416466c71 /svx
parent3b4be91f44492d7ec7658684f130b4f1779e70d9 (diff)
tdf#126966: Tweak to get the "color bar" below text color controls to show up
No idea where the size that the thing has to fit inside comes from; possibly one could alternatively have made that larger? Change-Id: Ifc1bec4c08c279403127056ecc61db4b80c03f96
Diffstat (limited to 'svx')
-rw-r--r--svx/source/tbxctrls/tbxcolorupdate.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/tbxctrls/tbxcolorupdate.cxx b/svx/source/tbxctrls/tbxcolorupdate.cxx
index 77385d58e400..7f9ca3c84eaf 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);