~timo-jyrinki/ubuntu/trusty/pitivi/backport_utopic_fixes

« back to all changes in this revision

Viewing changes to data/ui/cliptransformation.ui

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2014-04-05 15:28:16 UTC
  • mfrom: (6.1.13 sid)
  • Revision ID: package-import@ubuntu.com-20140405152816-6lijoax4cngiz5j5
Tags: 0.93-3
* debian/control:
  + Depend on python-gi (>= 3.10), older versions do not work
    with pitivi (Closes: #732813).
  + Add missing dependency on gir1.2-clutter-gst-2.0 (Closes: #743692).
  + Add suggests on gir1.2-notify-0.7 and gir1.2-gnomedesktop-3.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="UTF-8"?>
2
2
<interface>
3
 
  <requires lib="gtk+" version="2.24"/>
 
3
  <requires lib="gtk+" version="3.4"/>
4
4
  <object class="GtkAdjustment" id="crop_bottom_adjustment">
5
5
    <property name="upper">1</property>
6
6
    <property name="step_increment">0.01</property>
114
114
          <object class="GtkLabel" id="label6">
115
115
            <property name="visible">True</property>
116
116
            <property name="can_focus">False</property>
117
 
            <property name="label" translatable="yes">&lt;b&gt;Viewer Zoom&lt;/b&gt;</property>
118
 
            <property name="use_markup">True</property>
 
117
            <property name="label" translatable="yes">Viewer Zoom</property>
 
118
            <attributes>
 
119
              <attribute name="weight" value="bold"/>
 
120
            </attributes>
119
121
          </object>
120
122
        </child>
121
123
      </object>
205
207
          <object class="GtkLabel" id="label3">
206
208
            <property name="visible">True</property>
207
209
            <property name="can_focus">False</property>
208
 
            <property name="label" translatable="yes">&lt;b&gt;Position&lt;/b&gt;</property>
209
 
            <property name="use_markup">True</property>
 
210
            <property name="label" translatable="yes">Position</property>
 
211
            <attributes>
 
212
              <attribute name="weight" value="bold"/>
 
213
            </attributes>
210
214
          </object>
211
215
        </child>
212
216
      </object>
295
299
          <object class="GtkLabel" id="label1">
296
300
            <property name="visible">True</property>
297
301
            <property name="can_focus">False</property>
298
 
            <property name="label" translatable="yes">&lt;b&gt;Size&lt;/b&gt;</property>
299
 
            <property name="use_markup">True</property>
 
302
            <property name="label" translatable="yes">Size</property>
 
303
            <attributes>
 
304
              <attribute name="weight" value="bold"/>
 
305
            </attributes>
300
306
          </object>
301
307
        </child>
302
308
      </object>
416
422
          <object class="GtkLabel" id="label2">
417
423
            <property name="visible">True</property>
418
424
            <property name="can_focus">False</property>
419
 
            <property name="label" translatable="yes">&lt;b&gt;Crop&lt;/b&gt;</property>
420
 
            <property name="use_markup">True</property>
 
425
            <property name="label" translatable="yes">Crop</property>
 
426
            <attributes>
 
427
              <attribute name="weight" value="bold"/>
 
428
            </attributes>
421
429
          </object>
422
430
        </child>
423
431
      </object>