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

« back to all changes in this revision

Viewing changes to data/ui/alignmentprogress.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"?>
2
2
<interface>
3
 
  <requires lib="gtk+" version="2.16"/>
4
 
  <!-- interface-naming-policy toplevel-contextual -->
 
3
  <requires lib="gtk+" version="3.4"/>
5
4
  <object class="GtkWindow" id="align-progress">
6
5
    <property name="border_width">12</property>
7
6
    <property name="title" translatable="yes">Auto-Alignment Starting</property>
8
 
    <property name="resizable">False</property>
9
7
    <property name="modal">True</property>
10
8
    <property name="window_position">center-on-parent</property>
 
9
    <property name="default_width">400</property>
 
10
    <property name="type_hint">dialog</property>
11
11
    <property name="deletable">False</property>
12
12
    <child>
13
13
      <object class="GtkVBox" id="vbox1">