mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-04-19 19:08:33 +02:00
21 lines
763 B
XML
21 lines
763 B
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<!-- Created with Cambalache 0.17.0 -->
|
|
<interface>
|
|
<requires lib="gtk" version="4.0"/>
|
|
<template class="resetCards" parent="GtkBox">
|
|
<property name="orientation">vertical</property>
|
|
<property name="valign">start</property>
|
|
<child>
|
|
<object class="GtkListBox" id="resetCardList">
|
|
<property name="css-classes">boxed-list</property>
|
|
<property name="margin-bottom">10</property>
|
|
<property name="margin-end">5</property>
|
|
<property name="margin-start">5</property>
|
|
<property name="margin-top">5</property>
|
|
<property name="show-separators">True</property>
|
|
<property name="valign">start</property>
|
|
</object>
|
|
</child>
|
|
</template>
|
|
</interface>
|