src: replace deprecated GtkVBox with GtkBox

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
Daniel P. Berrangé 2021-02-12 15:05:24 +00:00
parent 71d146f3d0
commit e71c72490d

View File

@ -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>