diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.com> | 2014-02-15 15:29:02 +0100 |
---|---|---|
committer | Tomaž Vajngerl <tomaz.vajngerl@collabora.com> | 2014-02-15 15:35:18 +0100 |
commit | 7c7bddc9bb22088110544343e41cc185c615ab28 (patch) | |
tree | 4f99e5e0d819da5703756bd648ded3ae4c7e6b91 /cui | |
parent | a05ad6dd36f73647cdf0839d2c18dbc1d399c792 (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
Diffstat (limited to 'cui')
-rw-r--r-- | cui/uiconfig/ui/possizetabpage.ui | 1 |
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> |