Skip to content

Stop using padding,fill and expand properties from GtkBox child widgets

Sumaid requested to merge Sumaid/gnome-music:cleanup into master

Gtk4 does not support child widget properties.

hexpand and vexpand is used in place of expand. halign and valign are used in place of fill. Margin is used in place of padding.

Closes #215 (closed)

Edited by Sumaid

Merge request reports