diff options
author | Marvin W <git@larma.de> | 2017-03-10 19:34:56 +0100 |
---|---|---|
committer | Marvin W <git@larma.de> | 2017-03-10 19:50:34 +0100 |
commit | 29ca70a6d534e1cd79963718c793ae740318cff1 (patch) | |
tree | 295bc0a88b9f31f103bc970fbdcd2d940d6c83e2 /client/data/occupant_list_item.ui | |
parent | cf51e1dee22273366700c41a185c4bea343dddfe (diff) | |
download | dino-29ca70a6d534e1cd79963718c793ae740318cff1.tar.gz dino-29ca70a6d534e1cd79963718c793ae740318cff1.zip |
Initial plugin system
Diffstat (limited to 'client/data/occupant_list_item.ui')
-rw-r--r-- | client/data/occupant_list_item.ui | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/client/data/occupant_list_item.ui b/client/data/occupant_list_item.ui deleted file mode 100644 index aabe8a05..00000000 --- a/client/data/occupant_list_item.ui +++ /dev/null @@ -1,44 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<interface> - <requires lib="gtk+" version="3.0"/> - <template class="DinoUiOccupantListRow" parent="GtkListBoxRow"> - <property name="visible">True</property> - <child> - <object class="GtkGrid"> - <property name="orientation">horizontal</property> - <property name="margin">3</property> - <property name="column-spacing">10</property> - <property name="visible">True</property> - <child> - <object class="GtkImage" id="image"> - <property name="height_request">30</property> - <property name="width_request">30</property> - <property name="visible">True</property> - </object> - </child> - <child> - <object class="GtkGrid"> - <property name="orientation">vertical</property> - <property name="visible">True</property> - <child> - <object class="GtkLabel" id="name_label"> - <property name="expand">True</property> - <property name="xalign">0</property> - <property name="visible">True</property> - <style> - <class name="name"/> - </style> - </object> - <packing> - <property name="left_attach">0</property> - <property name="top_attach">0</property> - <property name="width">1</property> - <property name="height">1</property> - </packing> - </child> - </object> - </child> - </object> - </child> - </template> -</interface> |