diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-06-26 15:08:01 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-06-26 20:36:23 +0200 |
commit | dc960e30ee24eb60da919c718ebfee142872f43a (patch) | |
tree | aa894a3330985d06b014000bf1d11905641d1c3d /svtools/uiconfig/ui/fixedtextcontrol.ui | |
parent | ec0554c5eabce108f6fb5b6a44e3e16425a1d650 (diff) |
weld FixedTextControl
Change-Id: I0a2983aa4d389aa0e65aa117d576295d02460b4a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97236
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svtools/uiconfig/ui/fixedtextcontrol.ui')
-rw-r--r-- | svtools/uiconfig/ui/fixedtextcontrol.ui | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/svtools/uiconfig/ui/fixedtextcontrol.ui b/svtools/uiconfig/ui/fixedtextcontrol.ui new file mode 100644 index 000000000000..116ae85bdd7a --- /dev/null +++ b/svtools/uiconfig/ui/fixedtextcontrol.ui @@ -0,0 +1,22 @@ +<?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="FixedTextControl"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="orientation">vertical</property> + <child> + <object class="GtkLabel" id="label"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="hexpand">True</property> + </object> + <packing> + <property name="expand">True</property> + <property name="fill">True</property> + <property name="position">0</property> + </packing> + </child> + </object> +</interface> |