summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.com>2014-02-15 15:29:02 +0100
committerAndras Timar <andras.timar@collabora.com>2014-02-17 09:58:10 +0000
commit9416c973d6749c3f7476b55bb91a4ac222a914b1 (patch)
tree5ddda9b15e935cad789f74d10c9815ed8d5fa043
parent884aa71132efe05aed456a5ca0cfd69ca148939f (diff)
fdo#72967 Draw position size tab - min size is 0 not 1 (mm)
Adjustment for size of an object had the minimum set to 1 (mm) instead of 0. Change-Id: I7d4c0998d2987448cea0fd7934649c02a513ac06 Reviewed-on: https://gerrit.libreoffice.org/8072 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
-rw-r--r--cui/uiconfig/ui/possizetabpage.ui1
1 files changed, 0 insertions, 1 deletions
diff --git a/cui/uiconfig/ui/possizetabpage.ui b/cui/uiconfig/ui/possizetabpage.ui
index 65d83ef3b288..25c48cbbe2e7 100644
--- a/cui/uiconfig/ui/possizetabpage.ui
+++ b/cui/uiconfig/ui/possizetabpage.ui
@@ -500,7 +500,6 @@
<property name="page_increment">10</property>
</object>
<object class="GtkAdjustment" id="adjustmentSIZE">
- <property name="lower">1</property>
<property name="upper">100</property>
<property name="step_increment">1</property>
<property name="page_increment">10</property>