Kaydet (Commit) f2eaf4db authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Allow setting the limit to the minumum possible

Also change the default to what it actually is now.

Change-Id: Iac5737f9328587c9f0757acecce4f2e77e715d8b
üst e376bc04
......@@ -4,8 +4,8 @@
<requires lib="gtk+" version="3.6"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkAdjustment" id="adjustment1">
<property name="lower">100</property>
<property name="value">100</property>
<property name="lower">2</property>
<property name="value">10000</property>
<property name="step_increment">1</property>
<property name="page_increment">100</property>
</object>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment