-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTimekeeper_glade.glade
46 lines (46 loc) · 1.72 KB
/
Timekeeper_glade.glade
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.40.0 -->
<interface>
<requires lib="gtk+" version="3.24"/>
<object class="GtkWindow">
<property name="can-focus">False</property>
<child>
<object class="GtkFixed" id="window">
<property name="visible">True</property>
<property name="can-focus">False</property>
<child>
<object class="GtkButton" id="start_button">
<property name="label" translatable="yes">Start</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">True</property>
<property name="tooltip-text" translatable="yes">click here
</property>
<signal name="clicked" handler="on_start_button_clicked" swapped="no"/>
</object>
<packing>
<property name="x">282</property>
<property name="y">261</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="label_1">
<property name="width-request">100</property>
<property name="height-request">80</property>
<property name="visible">True</property>
<property name="can-focus">False</property>
<attributes>
<attribute name="foreground" value="#9999c1c1f1f1"/>
<attribute name="background" value="#f6f661615151"/>
<attribute name="size" value="9216"/>
</attributes>
</object>
<packing>
<property name="x">766</property>
<property name="y">446</property>
</packing>
</child>
</object>
</child>
</object>
</interface>