diff options
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 000000000..d497030be --- /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.20"/> + <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> |