~nik90/nstrain/master

« back to all changes in this revision

Viewing changes to data/ui/splash.ui

  • Committer: Nekhelesh
  • Date: 2013-02-14 17:18:06 UTC
  • mfrom: (59.1.25)
  • Revision ID: git-v1:1ac8c9ede93ae26ef18f8852ff758a0dc46b354c
Tags: v0.7.0
Merge branch 'release-0.7'

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="GtkWindow" id="window1">
5
 
    <property name="can_focus">False</property>
6
 
    <property name="type">popup</property>
7
 
    <property name="window_position">center</property>
8
 
    <property name="skip_taskbar_hint">True</property>
9
 
    <property name="deletable">False</property>
10
 
    <property name="opacity">0.80000000000000004</property>
11
 
    <property name="has_resize_grip">False</property>
12
 
    <child>
13
 
      <object class="GtkBox" id="box1">
14
 
        <property name="visible">True</property>
15
 
        <property name="can_focus">False</property>
16
 
        <property name="margin_left">15</property>
17
 
        <property name="margin_right">15</property>
18
 
        <property name="margin_top">15</property>
19
 
        <property name="margin_bottom">15</property>
20
 
        <property name="orientation">vertical</property>
21
 
        <child>
22
 
          <object class="GtkImage" id="image1">
23
 
            <property name="visible">True</property>
24
 
            <property name="can_focus">False</property>
25
 
            <property name="yalign">0.34999999403953552</property>
26
 
            <property name="pixbuf">../media/app-icon.png</property>
27
 
          </object>
28
 
          <packing>
29
 
            <property name="expand">False</property>
30
 
            <property name="fill">True</property>
31
 
            <property name="position">0</property>
32
 
          </packing>
33
 
        </child>
34
 
        <child>
35
 
          <object class="GtkBox" id="box2">
36
 
            <property name="visible">True</property>
37
 
            <property name="can_focus">False</property>
38
 
            <property name="margin_bottom">15</property>
39
 
            <property name="orientation">vertical</property>
40
 
            <property name="homogeneous">True</property>
41
 
            <child>
42
 
              <object class="GtkLabel" id="label1">
43
 
                <property name="visible">True</property>
44
 
                <property name="can_focus">False</property>
45
 
                <property name="label" translatable="yes">NSTrain</property>
46
 
                <attributes>
47
 
                  <attribute name="weight" value="bold"/>
48
 
                  <attribute name="scale" value="3"/>
49
 
                </attributes>
50
 
              </object>
51
 
              <packing>
52
 
                <property name="expand">False</property>
53
 
                <property name="fill">True</property>
54
 
                <property name="position">0</property>
55
 
              </packing>
56
 
            </child>
57
 
            <child>
58
 
              <object class="GtkLabel" id="label2">
59
 
                <property name="visible">True</property>
60
 
                <property name="can_focus">False</property>
61
 
                <property name="label" translatable="yes">0.6 Alpha
62
 
</property>
63
 
              </object>
64
 
              <packing>
65
 
                <property name="expand">False</property>
66
 
                <property name="fill">False</property>
67
 
                <property name="position">1</property>
68
 
              </packing>
69
 
            </child>
70
 
          </object>
71
 
          <packing>
72
 
            <property name="expand">False</property>
73
 
            <property name="fill">True</property>
74
 
            <property name="position">1</property>
75
 
          </packing>
76
 
        </child>
77
 
      </object>
78
 
    </child>
79
 
  </object>
80
 
</interface>