Browse Source

make the .ui file a composite template (glade had undone that on a copy paste into new document (╯°□°)╯︵ ┻━┻ )

unifiedWindowUI
rra 4 years ago
parent
commit
bea60004ce
  1. 7
      dropship/ui/pendingTransferRow.ui

7
dropship/ui/pendingTransferRow.ui

@ -8,7 +8,7 @@
<property name="stock">gtk-no</property>
<property name="icon_size">3</property>
</object>
<object class="GtkListBoxRow" id="pendingTransferRow">
<template class="pendingTransferRow" parent="GtkListBoxRow">
<property name="width_request">100</property>
<property name="height_request">80</property>
<property name="visible">True</property>
@ -64,9 +64,6 @@
<property name="position">1</property>
</packing>
</child>
<child>
<placeholder/>
</child>
</object>
<packing>
<property name="expand">False</property>
@ -223,5 +220,5 @@
</child>
</object>
</child>
</object>
</template>
</interface>

Loading…
Cancel
Save