treewide: Replace "content" style class with "boxed-list"

Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/714>
This commit is contained in:
Anton Lazarev
2024-01-11 21:57:09 -08:00
parent b83339980b
commit c9dc3ceffd
2 changed files with 2 additions and 2 deletions

View File

@@ -64,7 +64,7 @@
<signal name="row-activated" handler="on_account_row_activated" swapped="no"/> <signal name="row-activated" handler="on_account_row_activated" swapped="no"/>
<child type="placeholder"/> <child type="placeholder"/>
<style> <style>
<class name="content"/> <class name="boxed-list"/>
</style> </style>
</object> </object>
</property> </property>

View File

@@ -34,7 +34,7 @@
<property name="margin-bottom">12</property> <property name="margin-bottom">12</property>
<property name="valign">start</property> <property name="valign">start</property>
<style> <style>
<class name="content"/> <class name="boxed-list"/>
</style> </style>
</object> </object>
</child> </child>