iridium-tag-row.ui 1.1 KB

12345678910111213141516171819202122232425262728293031
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <interface>
  3. <template class="IridiumTagRow" parent="GtkListBoxRow">
  4. <child>
  5. <object class="GtkBox" id="tag_box">
  6. <property name="orientation">GTK_ORIENTATION_HORIZONTAL</property>
  7. <property name="margin">6</property>
  8. <child>
  9. <object class="GtkLabel" id="title">
  10. <property name="visible">True</property>
  11. <property name="expand">True</property>
  12. <property name="halign">GTK_ALIGN_START</property>
  13. <property name="margin-bottom">3</property>
  14. <attributes>
  15. <attribute name="scale" value="1.3"/>
  16. <attribute name="weight" value="bold"/>
  17. </attributes>
  18. </object>
  19. </child>
  20. <child>
  21. <object class="GtkLabel" id="count">
  22. <property name="visible">True</property>
  23. <attributes>
  24. <attribute name="weight" value="bold"/>
  25. </attributes>
  26. </object>
  27. </child>
  28. </object>
  29. </child>
  30. </template>
  31. </interface>