diff options
author | fiaxh <git@lightrise.org> | 2024-06-21 14:09:44 +0200 |
---|---|---|
committer | fiaxh <git@lightrise.org> | 2024-06-21 14:09:44 +0200 |
commit | 8b15417e0f6e90ef510ee70df7d32dbb7ce79393 (patch) | |
tree | d8d649e35106cc863d9e3ddedd24de22f0d47fec /main/data | |
parent | 00188bdf9bd91de34060eed195c9fd7a04c8871f (diff) | |
download | dino-8b15417e0f6e90ef510ee70df7d32dbb7ce79393.tar.gz dino-8b15417e0f6e90ef510ee70df7d32dbb7ce79393.zip |
Start chat: Adjust status icon position, prioritize statuses, update status
Diffstat (limited to 'main/data')
-rw-r--r-- | main/data/add_conversation/list_row.ui | 55 | ||||
-rw-r--r-- | main/data/icons/scalable/status/dino-status-offline.svg | 29 |
2 files changed, 46 insertions, 38 deletions
diff --git a/main/data/add_conversation/list_row.ui b/main/data/add_conversation/list_row.ui index d829dc3a..e7dc62eb 100644 --- a/main/data/add_conversation/list_row.ui +++ b/main/data/add_conversation/list_row.ui @@ -1,12 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <interface> <requires lib="gtk" version="4.0"/> - <object class="GtkGrid" id="outer_grid"> - <property name="margin-start">3</property> - <property name="margin-end">3</property> - <property name="margin-top">3</property> - <property name="margin-bottom">3</property> - <property name="column-spacing">10</property> + <object class="GtkBox" id="outer_box"> + <property name="orientation">horizontal</property> + <property name="spacing">8</property> + <property name="margin-start">6</property> + <property name="margin-end">6</property> + <property name="margin-top">6</property> + <property name="margin-bottom">6</property> <child> <object class="DinoUiAvatarPicture" id="picture"> <property name="height-request">30</property> @@ -15,43 +16,33 @@ </object> </child> <child> - <object class="GtkImage" id="status_dot"> - <property name="pixel-size">10</property> - <layout> - <property name="column">1</property> - <property name="row">0</property> - </layout> - </object> - </child> - <child> - <object class="GtkGrid"> - <property name="valign">center</property> + <object class="GtkBox"> <property name="orientation">vertical</property> + <property name="valign">center</property> <child> - <object class="GtkLabel" id="name_label"> - <property name="max_width_chars">1</property> - <property name="ellipsize">end</property> - <property name="hexpand">1</property> - <property name="xalign">0</property> - <layout> - <property name="column">0</property> - <property name="row">0</property> - </layout> + <object class="GtkBox"> + <property name="orientation">horizontal</property> + <property name="spacing">6</property> + <child> + <object class="GtkLabel" id="name_label"> + <property name="ellipsize">end</property> + <property name="xalign">0</property> + </object> + </child> + <child> + <object class="GtkImage" id="status_dot"> + <property name="pixel-size">8</property> + </object> + </child> </object> </child> <child> <object class="GtkLabel" id="via_label"> - <property name="max_width_chars">1</property> <property name="ellipsize">end</property> - <property name="hexpand">1</property> <property name="xalign">0</property> <attributes> <attribute name="scale" value="0.8"></attribute> </attributes> - <layout> - <property name="column">0</property> - <property name="row">1</property> - </layout> </object> </child> </object> diff --git a/main/data/icons/scalable/status/dino-status-offline.svg b/main/data/icons/scalable/status/dino-status-offline.svg index 58f75de2..40874238 100644 --- a/main/data/icons/scalable/status/dino-status-offline.svg +++ b/main/data/icons/scalable/status/dino-status-offline.svg @@ -1,6 +1,23 @@ -<?xml version="1.0" encoding="UTF-8"?> -<svg width="28.222mm" height="28.222mm" version="1.1" viewBox="0 0 99.999997 99.999997" xmlns="http://www.w3.org/2000/svg"> - <g transform="translate(-62.857 -678.08)"> - <circle cx="112.86" cy="728.08" r="50" style="fill-rule:evenodd;fill:grey;"/> - </g> -</svg>
\ No newline at end of file +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + width="28mm" + height="28mm" + version="1.1" + viewBox="0 0 99.213383 99.213383" + id="svg190" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg"> + <defs + id="defs194" /> + <g + transform="matrix(0.85040034,0,0,0.85040034,-46.369496,-569.55281)" + id="g188" + style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:16.8493;stroke-dasharray:none;stroke-opacity:1"> + <circle + cx="112.86" + cy="728.08002" + r="50" + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#6e6e6e;stroke-width:16.85;stroke-dasharray:none;stroke-opacity:1" + id="circle186" /> + </g> +</svg> |