contacts-box: Add vertical margins to SearchEntry in contacts view

Add proper vertical margins (12px) to the SearchEntry widget in the
contacts view to improve spacing and visual consistency. This matches
the existing horizontal margins and follows GNOME design guidelines.

This change improves the visual appearance by preventing the search bar
from appearing cramped, especially when using high-contrast themes.

Closes: https://gitlab.gnome.org/GNOME/calls/-/issues/672
Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/762>
This commit is contained in:
Vivek wagdare
2024-12-27 12:45:42 +00:00
committed by Evangelos Ribeiro Tzaras
parent ef9db6ce84
commit 23b2208c1c

View File

@@ -9,6 +9,8 @@
<object class="GtkSearchEntry" id="search_entry">
<property name="margin-start">12</property>
<property name="margin-end">12</property>
<property name="margin-top">12</property>
<property name="margin-bottom">12</property>
</object>
</child>
</object>