summaryrefslogtreecommitdiff
path: root/raveos-gnome-theme/theme-data/extensions/installed/blur-my-shell@aunetx/ui/pipeline-choose-row.ui
blob: 72b854bd70b87f0d5b32723011a3b3a983009047 (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
38
39
<?xml version="1.0" encoding="UTF-8"?>
<interface domain="blur-my-shell@aunetx">
  <template class="PipelineChooseRow" parent="AdwActionRow">
    <property name="title" translatable="yes">Pipeline</property>
    <property name="subtitle" translatable="yes">The pipeline to be used with this component.</property>
    <property name="activatable-widget">pipeline_choose</property>

    <child>
      <object class="GtkBox">
        <property name="valign">center</property>
        <property name="hexpand">false</property>
        <style>
          <class name="linked" />
        </style>

        <child>
          <object class="GtkDropDown" id="pipeline_choose">
            <property name="valign">center</property>
            <property name="hexpand">true</property>
            <property name="model">
              <object class="GtkStringList" id="pipeline_model">
                <items>
                </items>
              </object>
            </property>
          </object>
        </child>

        <child>
          <object class="GtkButton" id="pipeline_edit">
            <property name="valign">center</property>
            <property name="hexpand">true</property>
            <property name="icon-name">edit-row-symbolic</property>
          </object>
        </child>
      </object>
    </child>
  </template>
</interface>