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:
parent
a8484b9c07
commit
d142554ed3
2 changed files with 8 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue