blob: 27a53dd11c6c64d955f2b9e53674c9e4744b83cf (
plain)
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
|
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.1 -->
<interface>
<requires lib="gtk+" version="3.20"/>
<template class="HdyKeypadButton" parent="GtkButton">
<property name="can_focus">True</property>
<child>
<object class="GtkBox">
<property name="visible">True</property>
<property name="orientation">vertical</property>
<property name="valign">center</property>
<property name="margin">6</property>
<child>
<object class="GtkLabel" id="label">
<property name="visible">True</property>
<property name="label"></property>
<style>
<class name="digit"/>
</style>
</object>
</child>
<child>
<object class="GtkLabel" id="secondary_label">
<property name="visible">True</property>
<property name="no_show_all">True</property>
<property name="label"></property>
<style>
<class name="dim-label"/>
<class name="letters"/>
</style>
</object>
</child>
</object>
</child>
</template>
</interface>
|