mirror of
https://gitlab.com/virt-viewer/virt-viewer.git
synced 2025-01-07 17:17:45 +03:00
src: replace deprecated GtkVBox with GtkBox
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
71d146f3d0
commit
e71c72490d
@ -13,9 +13,10 @@
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<child>
|
||||
<object class="GtkVBox" id="viewer-box">
|
||||
<object class="GtkBox" id="viewer-box">
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="orientation">vertical</property>
|
||||
<child>
|
||||
<object class="GtkMenuBar" id="top-menu">
|
||||
<property name="visible">True</property>
|
||||
|
Loading…
Reference in New Issue
Block a user