virt-manager/ui/storagebrowse.ui
Cole Robinson 34543b3ecd ui: Remove use of deprecated GtkAlignment
Mostly this is replaced with widget padding, and GtkBox for generic
containers

Signed-off-by: Cole Robinson <crobinso@redhat.com>
2022-02-20 09:53:17 -05:00

30 lines
1.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.38.2 -->
<interface>
<requires lib="gtk+" version="3.22"/>
<object class="GtkWindow" id="vmm-storage-browse">
<property name="can-focus">False</property>
<property name="border-width">6</property>
<property name="title">title</property>
<property name="default-width">750</property>
<property name="default-height">500</property>
<property name="destroy-with-parent">True</property>
<property name="type-hint">dialog</property>
<signal name="delete-event" handler="on_vmm_storage_browse_delete_event" swapped="no"/>
<child>
<object class="GtkBox" id="storage-align">
<property name="visible">True</property>
<property name="can-focus">False</property>
<child>
<placeholder/>
</child>
</object>
</child>
<child internal-child="accessible">
<object class="AtkObject" id="vmm-storage-browse-atkobject">
<property name="AtkObject::accessible-name">vmm-storage-browser</property>
</object>
</child>
</object>
</interface>