~stewart/mythremote/quickly_trunk

« back to all changes in this revision

Viewing changes to data/ui/AboutMythremoteDialog.ui

  • Committer: Stewart Smith
  • Date: 2012-02-05 04:40:51 UTC
  • Revision ID: stewart@flamingspork.com-20120205044051-b86m7edpcxosnziq
Initial project creation with Quickly!

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-requires about_mythremote_dialog 1.0 -->
 
5
  <!-- interface-naming-policy project-wide -->
 
6
  <object class="AboutMythremoteDialog" id="about_mythremote_dialog">
 
7
    <property name="border_width">5</property>
 
8
    <property name="icon">../media/mythremote.svg</property>
 
9
    <property name="type_hint">normal</property>
 
10
    <property name="has_separator">False</property>
 
11
    <property name="program_name">Mythremote</property>
 
12
    <property name="version"></property>
 
13
    <property name="copyright"></property>
 
14
    <property name="website"></property>
 
15
    <property name="license"></property>
 
16
    <property name="authors"></property>
 
17
    <property name="logo">../media/mythremote.svg</property>
 
18
    <child internal-child="vbox">
 
19
      <object class="GtkVBox" id="dialog-vbox1">
 
20
        <property name="visible">True</property>
 
21
        <property name="orientation">vertical</property>
 
22
        <property name="spacing">2</property>
 
23
        <child>
 
24
          <placeholder/>
 
25
        </child>
 
26
        <child internal-child="action_area">
 
27
          <object class="GtkHButtonBox" id="dialog-action_area1">
 
28
            <property name="visible">True</property>
 
29
            <property name="layout_style">end</property>
 
30
          </object>
 
31
          <packing>
 
32
            <property name="expand">False</property>
 
33
            <property name="pack_type">end</property>
 
34
            <property name="position">0</property>
 
35
          </packing>
 
36
        </child>
 
37
      </object>
 
38
    </child>
 
39
  </object>
 
40
</interface>