~ubuntu-branches/ubuntu/saucy/clinica/saucy

« back to all changes in this revision

Viewing changes to data/resources/ui/wait_dialog.glade

  • Committer: Package Import Robot
  • Author(s): Leonardo Robol
  • Date: 2013-07-15 11:27:05 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20130715112705-3jskr3zv254a2qf2
Tags: 0.3.0-1
* New upstream version of Clinica.
* Remove explicit dependency on valac-0.16 (Closes: #709719)
* Correct FTBFS (Closes: #707361)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<interface>
 
3
  <!-- interface-requires gtk+ 3.0 -->
 
4
  <object class="GtkBox" id="content_area">
 
5
    <property name="visible">True</property>
 
6
    <property name="can_focus">False</property>
 
7
    <property name="margin_left">12</property>
 
8
    <property name="margin_right">12</property>
 
9
    <property name="margin_top">12</property>
 
10
    <property name="margin_bottom">6</property>
 
11
    <property name="orientation">vertical</property>
 
12
    <property name="spacing">12</property>
 
13
    <child>
 
14
      <object class="GtkLabel" id="label">
 
15
        <property name="visible">True</property>
 
16
        <property name="can_focus">False</property>
 
17
        <property name="label" translatable="yes">label</property>
 
18
      </object>
 
19
      <packing>
 
20
        <property name="expand">True</property>
 
21
        <property name="fill">True</property>
 
22
        <property name="position">0</property>
 
23
      </packing>
 
24
    </child>
 
25
    <child>
 
26
      <object class="GtkProgressBar" id="progressbar">
 
27
        <property name="visible">True</property>
 
28
        <property name="can_focus">False</property>
 
29
      </object>
 
30
      <packing>
 
31
        <property name="expand">False</property>
 
32
        <property name="fill">True</property>
 
33
        <property name="position">1</property>
 
34
      </packing>
 
35
    </child>
 
36
  </object>
 
37
</interface>