~vcs-imports/usp2/trunk

« back to all changes in this revision

Viewing changes to usp-extras/usptime.glade

  • Committer: malacusp
  • Date: 2010-09-11 18:05:21 UTC
  • Revision ID: svn-v4:a4e0ced8-6d1a-0410-9dd3-25ef5b523bd4:trunk:484
terminal - Added composite option.
usptime.glade - Depreciation warning removed.
notes.py - Code tidying.
usp - alterations for composite.

Show diffs side-by-side

added added

removed removed

Lines of Context:
172
172
                    <property name="visible">True</property>
173
173
                    <property name="can_focus">True</property>
174
174
                    <property name="invisible_char">&#x25CF;</property>
175
 
                    <property name="adjustment">100 100 1000 1 10 10</property>
 
175
                    <property name="adjustment">100 100 1000 1 10 0</property>
176
176
                    <property name="climb_rate">1</property>
177
177
                    <property name="numeric">True</property>
178
178
                    <signal name="value_changed" handler="on_HeightSpinBtn_changed"/>
208
208
                    <property name="visible">True</property>
209
209
                    <property name="can_focus">True</property>
210
210
                    <property name="invisible_char">&#x25CF;</property>
211
 
                    <property name="adjustment">100 100 1000 1 10 10</property>
 
211
                    <property name="adjustment">100 100 1000 1 10 0</property>
212
212
                    <property name="climb_rate">1</property>
213
213
                    <property name="numeric">True</property>
214
214
                    <signal name="value_changed" handler="on_WidthSpinBtn_changed"/>
278
278
                  <widget class="GtkSpinButton" id="DateSizeSpin">
279
279
                    <property name="visible">True</property>
280
280
                    <property name="can_focus">True</property>
281
 
                    <property name="adjustment">1 1 72 1 0 0</property>
 
281
                    <property name="adjustment">1 1 72 1 1 0</property>
282
282
                    <property name="climb_rate">1</property>
283
283
                    <property name="numeric">True</property>
284
284
                    <signal name="value_changed" handler="on_DateSizeSpin_changed"/>
456
456
                          <widget class="GtkSpinButton" id="TimeSizeSpin">
457
457
                            <property name="visible">True</property>
458
458
                            <property name="can_focus">True</property>
459
 
                            <property name="adjustment">1 1 72 1 0 0</property>
 
459
                            <property name="adjustment">1 1 72 1 1 0</property>
460
460
                            <property name="climb_rate">1</property>
461
461
                            <property name="numeric">True</property>
462
462
                            <signal name="value_changed" handler="on_TimeSizeSpin_changed"/>
564
564
                          <widget class="GtkSpinButton" id="DiameterSpin">
565
565
                            <property name="visible">True</property>
566
566
                            <property name="can_focus">True</property>
567
 
                            <property name="adjustment">1 1 1000 1 0 0</property>
 
567
                            <property name="adjustment">1 1 1000 1 1 0</property>
568
568
                            <property name="climb_rate">1</property>
569
569
                            <property name="numeric">True</property>
570
570
                            <signal name="value_changed" handler="on_DiameterSpin_changed"/>