summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorGülşah Köse <gulsah.kose@collabora.com>2019-07-04 01:36:24 +0300
committerGülşah Köse <gulsah.kose@collabora.com>2019-07-05 08:55:47 +0200
commit0da9a9cdae1ad23f218f76eabaebafd61e8e8a87 (patch)
treed5fd7b649ff9811f0fb9b2fbf4d8c4005d730784 /cui
parentf2c3ea4f54d634ab54702d6fe07ccd4d4d76bdc1 (diff)
tdf#126069 Set fixed height level and preview frames.
Set fixed height for level and preview frames to avoid overlapping non-gtk backends. This change needed for when we set the spacing our list. To see real spacing, preview frame's height shouldn't be change. Change-Id: I78b5277f447f751f6e7e411cd6d5eef0b34e394a Reviewed-on: https://gerrit.libreoffice.org/75066 Tested-by: Jenkins Reviewed-by: Gülşah Köse <gulsah.kose@collabora.com>
Diffstat (limited to 'cui')
-rw-r--r--cui/uiconfig/ui/bulletandposition.ui7
1 files changed, 4 insertions, 3 deletions
diff --git a/cui/uiconfig/ui/bulletandposition.ui b/cui/uiconfig/ui/bulletandposition.ui
index d9d3a7e35fc4..0b35873974bc 100644
--- a/cui/uiconfig/ui/bulletandposition.ui
+++ b/cui/uiconfig/ui/bulletandposition.ui
@@ -181,8 +181,10 @@
<property name="spacing">12</property>
<child>
<object class="GtkFrame" id="frame1">
+ <property name="height_request">440</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="valign">start</property>
<property name="label_xalign">0</property>
<property name="shadow_type">none</property>
<child>
@@ -621,7 +623,6 @@
<property name="receives_default">False</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
- <property name="label" translatable="no"></property>
<child>
<placeholder/>
</child>
@@ -972,8 +973,10 @@
</child>
<child>
<object class="GtkFrame" id="frame3">
+ <property name="height_request">440</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="valign">start</property>
<property name="label_xalign">0</property>
<property name="shadow_type">none</property>
<child>
@@ -984,7 +987,6 @@
<child>
<object class="GtkScrolledWindow">
<property name="width_request">150</property>
- <property name="height_request">300</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="hscrollbar_policy">never</property>
@@ -997,7 +999,6 @@
<child>
<object class="GtkDrawingArea" id="preview">
<property name="width_request">150</property>
- <property name="height_request">300</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
</object>