summaryrefslogtreecommitdiff
path: root/src/resources/ui/nautilus-preferences-window.ui
diff options
context:
space:
mode:
authorErnestas Kulik <ernestask@gnome.org>2018-07-18 15:12:41 +0300
committerErnestas Kulik <ekulik@redhat.com>2019-06-29 14:33:41 +0200
commit6a22ad67976877f17662efa76cad9b6f97ed8b6b (patch)
tree3f6930e98547c16e97587f4deca007b5fd7ffaf2 /src/resources/ui/nautilus-preferences-window.ui
parent6bc48db33b8ad766e72cb89b8c67efe3fb109bc1 (diff)
downloadnautilus-6a22ad67976877f17662efa76cad9b6f97ed8b6b.tar.gz
nautilus-preferences-window.ui: Set numeric on GtkSpinButton
Since it is no longer a GtkEntry, the input-purpose property does not exist there.
Diffstat (limited to 'src/resources/ui/nautilus-preferences-window.ui')
-rw-r--r--src/resources/ui/nautilus-preferences-window.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/ui/nautilus-preferences-window.ui b/src/resources/ui/nautilus-preferences-window.ui
index e51c5355c..c2bc5e0be 100644
--- a/src/resources/ui/nautilus-preferences-window.ui
+++ b/src/resources/ui/nautilus-preferences-window.ui
@@ -966,7 +966,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="width_chars">8</property>
- <property name="input_purpose">number</property>
+ <property name="numeric">True</property>
<property name="adjustment">adjustment1</property>
<property name="climb_rate">10</property>
</object>