diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-02-26 09:28:45 +0000 |
---|---|---|
committer | Michael Weghorn <m.weghorn@posteo.de> | 2019-02-28 21:41:51 +0100 |
commit | 37fa4d75ef7f1f419dcd3f69c9c168992699735d (patch) | |
tree | 6d6f276e615fe4ed5f5e7830630bc8d065e2f743 /svtools | |
parent | 23a78ef28cc781e08e3e5ffee3c72bfffbbd62d3 (diff) |
tdf#123693 raise max size
Change-Id: I52d69d825ed11a15d9dbbe61f157035361fa5d52
Reviewed-on: https://gerrit.libreoffice.org/68375
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/uiconfig/ui/graphicexport.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/uiconfig/ui/graphicexport.ui b/svtools/uiconfig/ui/graphicexport.ui index fa1965fcbe97..ddf5ee1574fd 100644 --- a/svtools/uiconfig/ui/graphicexport.ui +++ b/svtools/uiconfig/ui/graphicexport.ui @@ -17,17 +17,17 @@ <property name="page_increment">10</property> </object> <object class="GtkAdjustment" id="adjustment3"> - <property name="upper">999.99000000000001</property> + <property name="upper">99999.990000000005</property> <property name="step_increment">1</property> <property name="page_increment">10</property> </object> <object class="GtkAdjustment" id="adjustment4"> - <property name="upper">999.99000000000001</property> + <property name="upper">99999.990000000005</property> <property name="step_increment">1</property> <property name="page_increment">10</property> </object> <object class="GtkAdjustment" id="adjustment5"> - <property name="upper">999.99000000000001</property> + <property name="upper">99999</property> <property name="step_increment">1</property> <property name="page_increment">10</property> </object> |