mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-25 06:03:55 +03:00
6f7fb58953
GtkAlignment:xalign was deprecated since Gtk version 3.14 and should not be used in newly-written code. Specifying halign property is not required when xalign='0.5' because the behaviour is identical to the default value of halign. https://developer.gnome.org/gtk3/stable/GtkAlignment.html#GtkAlignment--xalign https://developer.gnome.org/gtk3/stable/GtkWidget.html#GtkWidget--halign