summaryrefslogtreecommitdiffstats
path: root/svx/uiconfig/ui/redlinecontrol.ui
blob: 31fe905a24e37afa52a903e49106c8c504288277 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0" encoding="UTF-8"?>
<interface domain="svx">
  <!-- interface-requires gtk+ 3.0 -->
  <object class="GtkNotebook" id="RedlineControl">
    <property name="visible">True</property>
    <property name="can_focus">True</property>
    <property name="hexpand">True</property>
    <property name="vexpand">True</property>
    <child>
      <placeholder/>
    </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>
      <placeholder/>
    </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>