malcontent-control: Replace border-width by margins

The 'border-width' property does not exist in GTK4 anymore, so
replace it with margin-* and in one case just remove it entirely.
This commit is contained in:
Georges Basile Stavracas Neto 2022-07-08 15:05:52 -03:00
parent a8484b9c07
commit d142554ed3
2 changed files with 8 additions and 3 deletions

View file

@ -34,7 +34,6 @@
<child>
<object class="GtkBox">
<property name="orientation">vertical</property>
<property name="border_width">0</property>
<child>
<object class="MctUserSelector" id="user_selector">
<property name="user-manager">user_manager</property>