inspector: Allow to bump scale to 3

Might as well allow this, for 'large scale testing'.
This commit is contained in:
Matthias Clasen 2017-12-17 16:40:10 -05:00
parent 0eaa76a032
commit b49502c167

View File

@ -2,7 +2,7 @@
<interface domain="gtk30">
<object class="GtkAdjustment" id="scale_adjustment">
<property name="lower">1</property>
<property name="upper">2</property>
<property name="upper">3</property>
<property name="step-increment">1</property>
<property name="page-increment">1</property>
</object>