summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.com>2014-02-15 15:29:02 +0100
committerKohei Yoshida <libreoffice@kohei.us>2014-02-17 17:57:51 +0000
commit5d767fe36660384167697c697cbc94c58cf42f1a (patch)
treea90e46e02b2832a8ba72f72ca5d48fdc6923e5c3
parent1c49a6b61200fef0f6263c074282b2127359bb15 (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/8073 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com> Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
-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>