display: Adjust styling of arrangement widget

Use the "card" style class to make it visually similar to
other elements of the panel.
This commit is contained in:
Georges Basile Stavracas Neto 2022-01-06 13:56:15 -03:00
parent f05fe78a98
commit c5f984c247

View file

@ -49,19 +49,10 @@
<child>
<object class="AdwPreferencesGroup" id="arrangement_group">
<child>
<object class="GtkBox">
<property name="orientation">vertical</property>
<property name="spacing">12</property>
<child>
<object class="GtkFrame">
<child>
<object class="AdwBin" id="arrangement_bin" />
</child>
<style>
<class name="view"/>
</style>
</object>
</child>
<object class="AdwBin" id="arrangement_bin">
<style>
<class name="card"/>
</style>
</object>
</child>
<accessibility>