123456789101112131415161718192021 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!-- Generated with glade 3.22.1 -->
- <interface>
- <requires lib="gtk+" version="3.22"/>
- <template class="PaceRowLabelLabel" parent="PaceRowLabel">
- <child>
- <object class="GtkLabel" id="label_value">
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="halign">end</property>
- <property name="hexpand">True</property>
- <property name="valign">center</property>
- </object>
- <packing>
- <property name="left_attach">1</property>
- <property name="top_attach">0</property>
- </packing>
- </child>
- </template>
- </interface>
|