diff options
Diffstat (limited to 'cui/uiconfig/ui/graphictestentry.ui')
-rw-r--r-- | cui/uiconfig/ui/graphictestentry.ui | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/cui/uiconfig/ui/graphictestentry.ui b/cui/uiconfig/ui/graphictestentry.ui new file mode 100644 index 0000000000..2248b433fe --- /dev/null +++ b/cui/uiconfig/ui/graphictestentry.ui @@ -0,0 +1,43 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Generated with glade 3.38.2 --> +<interface domain="cui"> + <requires lib="gtk+" version="3.20"/> + <object class="GtkBox" id="gptestbox"> + <property name="visible">True</property> + <property name="can-focus">False</property> + <property name="border-width">3</property> + <child> + <object class="GtkLabel" id="gptestlabel"> + <property name="visible">True</property> + <property name="can-focus">False</property> + <property name="margin-start">4</property> + <property name="hexpand">True</property> + <property name="selectable">True</property> + <property name="xalign">0</property> + <child internal-child="accessible"> + <object class="AtkObject" id="gptestlabel-atkobject"> + <property name="AtkObject::accessible-role">static</property> + </object> + </child> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">0</property> + </packing> + </child> + <child> + <object class="GtkButton" id="gptestbutton"> + <property name="label" translatable="yes" context="graphictestentry|gptestbutton">button</property> + <property name="visible">True</property> + <property name="can-focus">True</property> + <property name="receives-default">True</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">False</property> + <property name="position">1</property> + </packing> + </child> + </object> +</interface> |