8807bbfe80
This commit reverts online/offline addings, but keeps possibly useful functions for better future. Right now functions with online functionality saved but unused, they are replaced with almost the same functions. Names was kept as much as possible.
30 lines
1.2 KiB
XML
30 lines
1.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<requires lib="gtk" version="4.0"/>
|
|
<object class="GtkGrid" id="main_grid">
|
|
<property name="margin-top">3</property>
|
|
<property name="margin-start">7</property>
|
|
<property name="margin-bottom">3</property>
|
|
<property name="margin-end">7</property>
|
|
<property name="column-spacing">5</property>
|
|
<child>
|
|
<object class="DinoUiAvatarPicture" id="picture">
|
|
<property name="height-request">30</property>
|
|
<property name="width-request">30</property>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkLabel" id="name_label">
|
|
<property name="width-chars">20</property>
|
|
<property name="max-width-chars">40</property>
|
|
<property name="ellipsize">end</property>
|
|
<property name="hexpand">1</property>
|
|
<property name="xalign">0</property>
|
|
<layout>
|
|
<property name="column">1</property>
|
|
<property name="row">0</property>
|
|
</layout>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</interface> |