~rodrigo-moya/ubuntuone-client/fix-617656

« back to all changes in this revision

Viewing changes to gsd-plugin/gsd-ubuntuone.ui

  • Committer: Alejandro J. Cura
  • Date: 2010-07-14 04:11:20 UTC
  • mto: This revision was merged to the branch mainline in revision 578.
  • Revision ID: alecu@canonical.com-20100714041120-va8cjghubtb01s03
starting from scratch

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<interface>
 
3
  <requires lib="gtk+" version="2.16"/>
 
4
  <!-- interface-naming-policy project-wide -->
 
5
  <object class="GtkMessageDialog" id="out_of_space_dialog">
 
6
    <property name="border_width">5</property>
 
7
    <property name="title" translatable="yes">[dialog title]</property>
 
8
    <property name="window_position">center-always</property>
 
9
    <property name="icon_name">ubuntuone</property>
 
10
    <property name="type_hint">dialog</property>
 
11
    <property name="urgency_hint">True</property>
 
12
    <property name="has_separator">False</property>
 
13
    <property name="message_type">warning</property>
 
14
    <property name="buttons">close</property>
 
15
    <property name="text" translatable="yes">[dialog message text]</property>
 
16
    <child internal-child="vbox">
 
17
      <object class="GtkVBox" id="dialog-vbox1">
 
18
        <property name="visible">True</property>
 
19
        <property name="spacing">2</property>
 
20
        <child internal-child="action_area">
 
21
          <object class="GtkHButtonBox" id="dialog-action_area1">
 
22
            <property name="visible">True</property>
 
23
            <property name="layout_style">end</property>
 
24
            <child>
 
25
              <object class="GtkLinkButton" id="upgrade_link">
 
26
                <property name="label" translatable="yes">[upgrade link text]</property>
 
27
                <property name="visible">True</property>
 
28
                <property name="can_focus">True</property>
 
29
                <property name="receives_default">True</property>
 
30
                <property name="relief">none</property>
 
31
                <property name="uri">http://one.ubuntu.com/plans/</property>
 
32
              </object>
 
33
              <packing>
 
34
                <property name="expand">False</property>
 
35
                <property name="fill">False</property>
 
36
                <property name="position">0</property>
 
37
              </packing>
 
38
            </child>
 
39
          </object>
 
40
          <packing>
 
41
            <property name="expand">False</property>
 
42
            <property name="pack_type">end</property>
 
43
            <property name="position">0</property>
 
44
          </packing>
 
45
        </child>
 
46
      </object>
 
47
    </child>
 
48
    <action-widgets>
 
49
      <action-widget response="0">upgrade_link</action-widget>
 
50
    </action-widgets>
 
51
  </object>
 
52
</interface>