summaryrefslogtreecommitdiff
path: root/cui/uiconfig
diff options
context:
space:
mode:
authorGülşah Köse <gulsah.kose@collabora.com>2019-07-04 01:36:24 +0300
committerXisco Faulí <xiscofauli@libreoffice.org>2019-07-09 13:54:08 +0200
commit2d4cbd062bb892d9ab4bc67d11ed02c34cd87e24 (patch)
tree696dd96a2b77eb8e1d0a6ee805c44e6b4dbae8d1 /cui/uiconfig
parent6e12c2f0f59fb191924df44e1214640a2c3d781d (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> (cherry picked from commit 0da9a9cdae1ad23f218f76eabaebafd61e8e8a87) Reviewed-on: https://gerrit.libreoffice.org/75291 Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>
Diffstat (limited to 'cui/uiconfig')
-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>