summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Reichel <sre@ring0.de>2012-09-12 21:46:27 +0200
committerSebastian Reichel <sre@ring0.de>2012-09-12 21:46:27 +0200
commit7ee8a828f8614d0ee8ff572864b34dc863034965 (patch)
tree9e1c67510a7763533e3732003926348aa62cb6ba
parent425e7a0ac5cc672c52613f46b06c01be2b8dfab6 (diff)
downloadserial-barcode-scanner-7ee8a828f8614d0ee8ff572864b34dc863034965.tar.bz2
increase maximum restockable amount
-rw-r--r--user-interface.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/user-interface.ui b/user-interface.ui
index 427466e..cba7e1f 100644
--- a/user-interface.ui
+++ b/user-interface.ui
@@ -50,7 +50,7 @@ Lennart Weller &lt;lhw@ring0.de&gt;</property>
</child>
</object>
<object class="GtkAdjustment" id="amount-adjustment">
- <property name="upper">100</property>
+ <property name="upper">1000</property>
<property name="step_increment">1</property>
<property name="page_increment">10</property>
</object>