iridium-note-row.ui 1.1 KB

123456789101112131415161718192021222324252627282930
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <interface>
  3. <template class="IridiumNoteRow" parent="GtkListBoxRow">
  4. <child>
  5. <object class="GtkBox">
  6. <property name="halign">GTK_ALIGN_START</property>
  7. <property name="orientation">GTK_ORIENTATION_VERTICAL</property>
  8. <property name="margin">6</property>
  9. <child>
  10. <object class="GtkLabel" id="title">
  11. <property name="visible">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="GtkBox" id="tags">
  22. <property name="name">tags</property>
  23. <property name="visible">True</property>
  24. <property name="halign">GTK_ALIGN_START</property>
  25. </object>
  26. </child>
  27. </object>
  28. </child>
  29. </template>
  30. </interface>