iridium-tag-row.ui 1.0 KB

123456789101112131415161718192021222324252627282930
  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="weight" value="bold"/>
  16. </attributes>
  17. </object>
  18. </child>
  19. <child>
  20. <object class="GtkLabel" id="count">
  21. <property name="visible">True</property>
  22. <attributes>
  23. <attribute name="weight" value="bold"/>
  24. </attributes>
  25. </object>
  26. </child>
  27. </object>
  28. </child>
  29. </template>
  30. </interface>