diff options
Diffstat (limited to 'svx/uiconfig/ui/redlinecontrol.ui')
-rw-r--r-- | svx/uiconfig/ui/redlinecontrol.ui | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/svx/uiconfig/ui/redlinecontrol.ui b/svx/uiconfig/ui/redlinecontrol.ui new file mode 100644 index 000000000..6dd4098bf --- /dev/null +++ b/svx/uiconfig/ui/redlinecontrol.ui @@ -0,0 +1,55 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Generated with glade 3.20.0 --> +<interface domain="svx"> + <requires lib="gtk+" version="3.18"/> + <object class="GtkNotebook" id="tabcontrol"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="hexpand">True</property> + <property name="vexpand">True</property> + <property name="scrollable">True</property> + <property name="enable_popup">True</property> + <child> + <object class="GtkGrid"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <child> + <placeholder/> + </child> + </object> + </child> + <child type="tab"> + <object class="GtkLabel" id="view"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="label" translatable="yes" context="redlinecontrol|view">List</property> + </object> + <packing> + <property name="tab_fill">False</property> + </packing> + </child> + <child> + <object class="GtkGrid"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <child> + <placeholder/> + </child> + </object> + <packing> + <property name="position">1</property> + </packing> + </child> + <child type="tab"> + <object class="GtkLabel" id="filter"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="label" translatable="yes" context="redlinecontrol|filter">Filter</property> + </object> + <packing> + <property name="position">1</property> + <property name="tab_fill">False</property> + </packing> + </child> + </object> +</interface> |