diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2009-02-18 19:40:18 +0100 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2009-02-18 19:40:18 +0100 |
commit | edffa4112136c525e5db84ec1b1a59ebd7a4a5c8 (patch) | |
tree | 899ae6babbdc7d7278d7010d2021763659750b2c /portato | |
parent | aee9ac1390410b1a751978da59ce10d6468cd551 (diff) | |
download | portato-edffa4112136c525e5db84ec1b1a59ebd7a4a5c8.tar.gz portato-edffa4112136c525e5db84ec1b1a59ebd7a4a5c8.tar.bz2 portato-edffa4112136c525e5db84ec1b1a59ebd7a4a5c8.zip |
Fix the 'GtkSpinButton' warning
Diffstat (limited to 'portato')
-rw-r--r-- | portato/gui/templates/PreferenceWindow.glade | 2 |
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> |