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>
18finished Qt-Frontendnecoro5-15/+117 2007-04-17marking installed packages in pkglistnecoro5-14/+50 2007-04-16added ebuild window for Qt-Frontendnecoro4-2/+229 2007-04-16added preferences for Qt-Frontendnecoro9-279/+710 2007-04-13Improved masking display and made most of the Qt-Frontend worknecoro7-35/+334 2007-04-10Some more functionality for the Qt-Frontend (complete emerge)necoro8-217/+347 2007-04-07Some more functionality for the Qt-Frontendnecoro11-88/+463 2007-04-07Added Qt-Terminalnecoro4-4/+213 2007-04-06First qt draftnecoro6-1/+796 2007-04-04showed masked packages unmasked by the user similar to stable marked testing ...necoro5-13/+40 2007-03-31changed changelognecoro1-1/+2 2007-03-31Some small changes for etcproposals 1.1necoro1-2/+2 2007-03-31Some small changes for etcproposals 1.1necoro2-3/+3 2007-03-31Some small changes for etcproposals 1.1necoro1-6/+13 2007-03-31Allowed Plugins to have a menunecoro7-201/+315 2007-03-15Added etc-proposals pluginnecoro7-28/+121 2007-03-10Added USE_EXPAND-supportnecoro5-11/+63 2007-03-10Added plugin-data to about-dialognecoro3-197/+264