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