| 123456789101112131415161718192021222324252627282930 |
- <?xml version="1.0" encoding="UTF-8"?>
- <interface>
- <template class="IridiumNoteRow" parent="GtkListBoxRow">
- <child>
- <object class="GtkBox">
- <property name="halign">GTK_ALIGN_START</property>
- <property name="orientation">GTK_ORIENTATION_VERTICAL</property>
- <property name="margin">6</property>
- <child>
- <object class="GtkLabel" id="title">
- <property name="visible">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="GtkBox" id="tags">
- <property name="name">tags</property>
- <property name="visible">True</property>
- <property name="halign">GTK_ALIGN_START</property>
- </object>
- </child>
- </object>
- </child>
- </template>
- </interface>
|