aboutsummaryrefslogtreecommitdiff
path: root/ui/src/widgets/turn_order_view.ui
blob: 50d91c5b760921c5b97e46a64836f12d4c55d75a (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'?>
<!-- Created with Cambalache 0.96.0 -->
<interface>
  <requires lib="gtk" version="4.14"/>
  <requires lib="libadwaita" version="1.6"/>
  <template class="gtkmm__CustomObject_turn_order_view" parent="GtkBox">
    <property name="orientation">vertical</property>
    <child>
      <object class="GtkProgressBar" id="progress">
        <style>
          <class name="osd"/>
        </style>
      </object>
    </child>
    <child>
      <object class="GtkScrolledWindow">
        <property name="child">
          <object class="AdwClamp">
            <property name="child">
              <object class="GtkListBox" id="view">
                <property name="valign">start</property>
                <style>
                  <class name="boxed-list"/>
                </style>
              </object>
            </property>
            <property name="margin-bottom">18</property>
            <property name="margin-end">12</property>
            <property name="margin-start">12</property>
            <property name="margin-top">12</property>
          </object>
        </property>
        <property name="vexpand">True</property>
      </object>
    </child>
  </template>
</interface>