summaryrefslogtreecommitdiff
path: root/svx/uiconfig
diff options
context:
space:
mode:
authorKatarina Behrens <Katarina.Behrens@cib.de>2015-07-24 15:58:16 +0200
committerKatarina Behrens <Katarina.Behrens@cib.de>2015-07-24 16:00:58 +0200
commite0bbfcbed34bb71c1a4979a7db30e38bfd6a7f61 (patch)
treea0ead26bd86f8ca01c829748e95390d3866dcf09 /svx/uiconfig
parent0c114151343cbe6853dd46833c42368d738afd8a (diff)
Move spinbox limit definition to .ui file
Change-Id: I5ef6e76d00e5b034109f5b3a0cabfd7b7fa798bc
Diffstat (limited to 'svx/uiconfig')
-rw-r--r--svx/uiconfig/ui/sidebarshadow.ui7
1 files changed, 7 insertions, 0 deletions
diff --git a/svx/uiconfig/ui/sidebarshadow.ui b/svx/uiconfig/ui/sidebarshadow.ui
index 1eca4d95e932..0b2e8cf6d48b 100644
--- a/svx/uiconfig/ui/sidebarshadow.ui
+++ b/svx/uiconfig/ui/sidebarshadow.ui
@@ -2,10 +2,16 @@
<!-- Generated with glade 3.18.3 -->
<interface>
<requires lib="gtk+" version="3.0"/>
+ <requires lib="LibreOffice" version="1.0"/>
<object class="GtkAdjustment" id="adjustment1">
<property name="lower">-180</property>
<property name="upper">360</property>
</object>
+ <object class="GtkAdjustment" id="adjustment2">
+ <property name="upper">100</property>
+ <property name="step_increment">1</property>
+ <property name="page_increment">10</property>
+ </object>
<object class="GtkGrid" id="ShadowPropertyPanel">
<property name="visible">True</property>
<property name="can_focus">False</property>
@@ -125,6 +131,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="halign">end</property>
+ <property name="adjustment">adjustment2</property>
</object>
<packing>
<property name="left_attach">2</property>