~amiluc-bis/+junk/Ella-Renaissance

« back to all changes in this revision

Viewing changes to data/ui/splash_screen.ui

  • Committer: kevlar
  • Date: 2011-12-13 20:24:12 UTC
  • Revision ID: amiluc_bis@yahoo.fr-20111213202412-vwi5zhb7xyarp7y3
initializing project

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<interface>
 
3
  <requires lib="gtk+" version="2.16"/>
 
4
  <!-- interface-naming-policy project-wide -->
 
5
  <object class="GtkWindow" id="window1">
 
6
    <property name="visible">True</property>
 
7
    <property name="type">popup</property>
 
8
    <property name="resizable">False</property>
 
9
    <property name="window_position">center</property>
 
10
    <property name="default_width">318</property>
 
11
    <property name="default_height">200</property>
 
12
    <property name="skip_taskbar_hint">True</property>
 
13
    <property name="skip_pager_hint">True</property>
 
14
    <property name="decorated">False</property>
 
15
    <property name="deletable">False</property>
 
16
    <child>
 
17
      <object class="GtkVBox" id="vbox1">
 
18
        <property name="visible">True</property>
 
19
        <child>
 
20
          <object class="GtkImage" id="image1">
 
21
            <property name="visible">True</property>
 
22
            <property name="pixbuf">icons/splash_screen.png</property>
 
23
          </object>
 
24
          <packing>
 
25
            <property name="position">0</property>
 
26
          </packing>
 
27
        </child>
 
28
        <child>
 
29
          <object class="GtkLabel" id="label1">
 
30
            <property name="visible">True</property>
 
31
            <property name="label" translatable="yes">Loading, please wait...</property>
 
32
            <attributes>
 
33
              <attribute name="style" value="normal"/>
 
34
              <attribute name="weight" value="bold"/>
 
35
              <attribute name="size" value="9900"/>
 
36
            </attributes>
 
37
          </object>
 
38
          <packing>
 
39
            <property name="expand">False</property>
 
40
            <property name="fill">False</property>
 
41
            <property name="position">1</property>
 
42
          </packing>
 
43
        </child>
 
44
      </object>
 
45
    </child>
 
46
  </object>
 
47
</interface>