summaryrefslogtreecommitdiff
path: root/svx/uiconfig
diff options
context:
space:
mode:
authorMaxim Monastirsky <momonasmon@gmail.com>2017-03-17 02:25:39 +0200
committerMaxim Monastirsky <momonasmon@gmail.com>2017-03-17 14:21:58 +0200
commitd920613f6733fdc5931b972177788eb3fbaee6c9 (patch)
tree0bfb71d951cd154b88bb019f70faf80cf6acefa2 /svx/uiconfig
parent3d67719edab741d1a62a3efd2c4e6019957725e1 (diff)
tdf#106458 Color widget should have same number of rows
... across different platforms/themes, so the standard palette will always fit without a scrollbar. For this, we must not hardcode some arbitrary fixed size, but calculate the size based on the number of rows of the standard palette. Change-Id: Ica1d615b43b350aece6b2c29a73337439dd05ac6
Diffstat (limited to 'svx/uiconfig')
-rw-r--r--svx/uiconfig/ui/colorwindow.ui4
1 files changed, 1 insertions, 3 deletions
diff --git a/svx/uiconfig/ui/colorwindow.ui b/svx/uiconfig/ui/colorwindow.ui
index 06d41994e78d..427fe869a539 100644
--- a/svx/uiconfig/ui/colorwindow.ui
+++ b/svx/uiconfig/ui/colorwindow.ui
@@ -103,14 +103,12 @@
</child>
<child>
<object class="svxcorelo-SvxColorValueSet" id="colorset">
- <property name="width_request">200</property>
- <property name="height_request">150</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
</object>
<packing>
- <property name="expand">True</property>
+ <property name="expand">False</property>
<property name="fill">True</property>
<property name="position">3</property>
</packing>