diff options
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); |