forked from AuroraMiddleware/gtk
GtkPrintUnixDialog: Set a higher limit for the number of copies
As requested in bug 672676.
This commit is contained in:
parent
6de2c7fa0e
commit
3f7318432c
@ -4,7 +4,7 @@
|
||||
<!-- interface-requires gtkprivate 3.10 -->
|
||||
<object class="GtkAdjustment" id="copies_spin_adjustment">
|
||||
<property name="lower">1</property>
|
||||
<property name="upper">100</property>
|
||||
<property name="upper">999</property>
|
||||
<property name="value">1</property>
|
||||
<property name="step_increment">1</property>
|
||||
</object>
|
||||
|
Loading…
Reference in New Issue
Block a user