mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-08 21:18:04 +03:00
Use GtkSeparator instead of GtkHSeparator
GtkHSeparator was deprecated since Gtk version 3.2 and should not be used in newly-written code.[1] Use GtkSeparator instead.[2] By default, GtkSeparator's orientation is set to horizontal.[3] [1] https://developer.gnome.org/gtk3/stable/GtkHSeparator.html [2] https://developer.gnome.org/gtk3/stable/GtkSeparator.html [3] https://developer.gnome.org/gtk3/stable/gtk3-Orientable.html#GtkOrientable--orientation
This commit is contained in:
parent
951d3fd4fc
commit
7b44967bf7
@ -121,7 +121,7 @@
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkHSeparator" id="hseparator1">
|
||||
<object class="GtkSeparator" id="hseparator1">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
</object>
|
||||
|
Loading…
Reference in New Issue
Block a user