summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2017-12-17 16:40:10 -0500
committerMatthias Clasen <mclasen@redhat.com>2017-12-17 17:17:02 -0500
commitb49502c1672e84f02bfbc8052ac9e16fd8b072f0 (patch)
tree7ae61eeb04ce341f1a206c678760eb6d34b35cc8
parent0eaa76a032a42b612387cf06d7a12304b95d8ac2 (diff)
downloadgtk+-b49502c1672e84f02bfbc8052ac9e16fd8b072f0.tar.gz
inspector: Allow to bump scale to 3
Might as well allow this, for 'large scale testing'.
-rw-r--r--gtk/inspector/visual.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/inspector/visual.ui b/gtk/inspector/visual.ui
index 9f30af87bb..1b7c745414 100644
--- a/gtk/inspector/visual.ui
+++ b/gtk/inspector/visual.ui
@@ -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>