mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/virt-viewer
synced 2026-01-03 15:39:31 +00: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