diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-06-26 14:28:29 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-06-26 18:13:10 +0200 |
commit | b08292b918f264c4f012ef8c543062cb23ad3b7b (patch) | |
tree | 7440515c823cf896ca31f9d5c03d41e612997d83 /svtools/uiconfig/ui/fixedimagecontrol.ui | |
parent | 5d296183072dc7cfe7a9985c38388b56f37d873c (diff) |
weld FixedImageControl
Change-Id: I13f3480794232a9c203ae047a4fcad372988b8b8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97235
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
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 000000000000..d0778273b2bf --- /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.18"/> + <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="stock">gtk-missing-image</property> + </object> + <packing> + <property name="expand">True</property> + <property name="fill">True</property> + <property name="position">0</property> + </packing> + </child> + </object> +</interface> |