diff options
Diffstat (limited to 'svtools/uiconfig/ui/fixedimagecontrol.ui')
-rw-r--r-- | svtools/uiconfig/ui/fixedimagecontrol.ui | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/svtools/uiconfig/ui/fixedimagecontrol.ui b/svtools/uiconfig/ui/fixedimagecontrol.ui new file mode 100644 index 0000000000..1b462fa23d --- /dev/null +++ b/svtools/uiconfig/ui/fixedimagecontrol.ui @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Generated with glade 3.22.2 --> +<interface domain="svt"> + <requires lib="gtk+" version="3.20"/> + <object class="GtkBox" id="FixedImageControl"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="orientation">vertical</property> + <child> + <object class="GtkImage" id="image"> + <property name="name">image</property> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="hexpand">True</property> + <property name="icon-name">missing-image</property> + </object> + <packing> + <property name="expand">True</property> + <property name="fill">True</property> + <property name="position">0</property> + </packing> + </child> + </object> +</interface> |