svtools/uiconfig/ui/graphicexport.ui | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
New commits: commit 37fa4d75ef7f1f419dcd3f69c9c168992699735d Author: Caolán McNamara <[email protected]> AuthorDate: Tue Feb 26 09:28:45 2019 +0000 Commit: Michael Weghorn <[email protected]> CommitDate: Thu Feb 28 21:41:51 2019 +0100 tdf#123693 raise max size Change-Id: I52d69d825ed11a15d9dbbe61f157035361fa5d52 Reviewed-on: https://gerrit.libreoffice.org/68375 Tested-by: Jenkins Reviewed-by: Michael Weghorn <[email protected]> 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> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
