diff options
-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> |