summaryrefslogtreecommitdiff
path: root/portato/gui/templates
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2009-02-18 19:40:18 +0100
committerRené 'Necoro' Neumann <necoro@necoro.net>2009-02-18 19:40:18 +0100
commitedffa4112136c525e5db84ec1b1a59ebd7a4a5c8 (patch)
tree899ae6babbdc7d7278d7010d2021763659750b2c /portato/gui/templates
parentaee9ac1390410b1a751978da59ce10d6468cd551 (diff)
downloadportato-edffa4112136c525e5db84ec1b1a59ebd7a4a5c8.tar.gz
portato-edffa4112136c525e5db84ec1b1a59ebd7a4a5c8.tar.bz2
portato-edffa4112136c525e5db84ec1b1a59ebd7a4a5c8.zip
Fix the 'GtkSpinButton' warning
Diffstat (limited to 'portato/gui/templates')
-rw-r--r--portato/gui/templates/PreferenceWindow.glade2
1 files changed, 1 insertions, 1 deletions
diff --git a/portato/gui/templates/PreferenceWindow.glade b/portato/gui/templates/PreferenceWindow.glade
index 9e1d6c5..68718ea 100644
--- a/portato/gui/templates/PreferenceWindow.glade
+++ b/portato/gui/templates/PreferenceWindow.glade
@@ -755,7 +755,7 @@
<widget class="GtkSpinButton" id="titleLengthSpinBtn">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="adjustment">0 0 300 1 10 10</property>
+ <property name="adjustment">0 0 300 1 10 0</property>
<property name="snap_to_ticks">True</property>
<property name="numeric">True</property>
</widget>