diff options
author | Marvin W <git@larma.de> | 2023-01-24 18:59:46 +0100 |
---|---|---|
committer | Marvin W <git@larma.de> | 2023-03-05 16:47:46 +0100 |
commit | db3b0d5f233ee3587ae54f8f035222cb098b11dd (patch) | |
tree | 587e5b21a92c8482b25338556d3ef98c764c8ebb /main/data/search_autocomplete.ui | |
parent | d81829652057d63b9971b9217996438ee41788ca (diff) | |
download | dino-db3b0d5f233ee3587ae54f8f035222cb098b11dd.tar.gz dino-db3b0d5f233ee3587ae54f8f035222cb098b11dd.zip |
New Avatar UI
Diffstat (limited to 'main/data/search_autocomplete.ui')
-rw-r--r-- | main/data/search_autocomplete.ui | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/main/data/search_autocomplete.ui b/main/data/search_autocomplete.ui index a63bdce9..d607b192 100644 --- a/main/data/search_autocomplete.ui +++ b/main/data/search_autocomplete.ui @@ -3,14 +3,13 @@ <object class="GtkBox" id="root"> <property name="orientation">horizontal</property> <child> - <object class="DinoUiAvatarImage" id="image"> + <object class="DinoUiAvatarPicture" id="picture"> <property name="margin-top">4</property> <property name="margin-bottom">4</property> <property name="margin-start">6</property> <property name="margin-end">6</property> - <property name="height">24</property> - <property name="width">24</property> - <property name="allow_gray">False</property> + <property name="height-request">24</property> + <property name="width-request">24</property> </object> </child> <child> |