| 12345678910111213141516171819202122232425262728293031 |
- <?xml version="1.0" encoding="UTF-8"?>
- <interface>
- <template class="IridiumTagRow" parent="GtkListBoxRow">
- <child>
- <object class="GtkBox" id="tag_box">
- <property name="orientation">GTK_ORIENTATION_HORIZONTAL</property>
- <property name="margin">6</property>
- <child>
- <object class="GtkLabel" id="title">
- <property name="visible">True</property>
- <property name="expand">True</property>
- <property name="halign">GTK_ALIGN_START</property>
- <property name="margin-bottom">3</property>
- <attributes>
- <attribute name="scale" value="1.3"/>
- <attribute name="weight" value="bold"/>
- </attributes>
- </object>
- </child>
- <child>
- <object class="GtkLabel" id="count">
- <property name="visible">True</property>
- <attributes>
- <attribute name="weight" value="bold"/>
- </attributes>
- </object>
- </child>
- </object>
- </child>
- </template>
- </interface>
|