diff options
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> |