~jorge/+junk/fix-for-790821

« back to all changes in this revision

Viewing changes to data/channel-list.glade

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-03-16 11:07:31 UTC
  • mfrom: (1.1.16 upstream)
  • Revision ID: james.westby@ubuntu.com-20090316110731-yqzsk72l4tjfyyzk
Tags: 1:0.26.0-0ubuntu1
New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
208
208
                                      <widget class="GtkSpinButton" id="maximum users">
209
209
                                        <property name="visible">True</property>
210
210
                                        <property name="can_focus">True</property>
211
 
                                        <property name="adjustment">9999 0 9999 1 10 10</property>
 
211
                                        <property name="adjustment">9999 0 9999 1 10 0</property>
212
212
                                        <property name="climb_rate">1</property>
213
213
                                        <property name="numeric">True</property>
214
214
                                      </widget>
222
222
                                      <widget class="GtkSpinButton" id="minimum users">
223
223
                                        <property name="visible">True</property>
224
224
                                        <property name="can_focus">True</property>
225
 
                                        <property name="adjustment">1 1 9999 1 10 10</property>
 
225
                                        <property name="adjustment">1 1 9999 1 10 0</property>
226
226
                                        <property name="climb_rate">1</property>
227
227
                                        <property name="numeric">True</property>
228
228
                                      </widget>