<?xml version='1.0' encoding='UTF-8'?>
<!-- Created with Cambalache 0.96.1 -->
<interface domain="panorama-window-list">
  <!-- interface-name panorama-clock-options.ui -->
  <!-- interface-description Provides a window with configuration options for the clock. -->
  <!-- interface-copyright Copyright 2025, roundabout-host.com <vlad@roundabout-host.com>

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public Licence as published by
the Free Software Foundation, either version 3 of the Licence, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public Licence for more details.

You should have received a copy of the GNU General Public Licence
along with this program. If not, see <https://www.gnu.org/licenses/>. -->
  <requires lib="gtk" version="4.0"/>
  <template class="WindowListOptions" parent="GtkWindow">
    <property name="default-height">320</property>
    <property name="default-width">576</property>
    <property name="title" translatable="yes">Window list options</property>
    <child>
      <object class="GtkScrolledWindow">
        <child>
          <object class="GtkViewport">
            <child>
              <object class="GtkBox">
                <property name="margin-bottom">32</property>
                <property name="margin-end">32</property>
                <property name="margin-start">32</property>
                <property name="margin-top">32</property>
                <property name="orientation">vertical</property>
                <property name="spacing">4</property>
                <child>
                  <object class="GtkFrame">
                    <property name="label-widget">
                      <object class="GtkLabel">
                        <property name="label" translatable="yes">Layout</property>
                        <attributes>
                          <attribute name="weight" value="bold"/>
                        </attributes>
                      </object>
                    </property>
                    <child>
                      <object class="GtkListBox">
                        <property name="selection-mode">none</property>
                        <child>
                          <object class="GtkListBoxRow">
                            <property name="activatable">False</property>
                            <child>
                              <object class="GtkBox">
                                <child>
                                  <object class="GtkLabel">
                                    <property name="halign">start</property>
                                    <property name="hexpand">True</property>
                                    <property name="label" translatable="yes">Maximum width of window buttons</property>
                                    <property name="use-markup">True</property>
                                    <property name="wrap">True</property>
                                  </object>
                                </child>
                                <child>
                                  <object class="GtkSpinButton">
                                    <property name="adjustment">
                                      <object class="GtkAdjustment" id="button_width_adjustment">
                                        <property name="lower">24.0</property>
                                        <property name="page-increment">1.0</property>
                                        <property name="page-size">1.0</property>
                                        <property name="step-increment">1.0</property>
                                        <property name="upper">16384.0</property>
                                      </object>
                                    </property>
                                    <property name="numeric">True</property>
                                  </object>
                                </child>
                              </object>
                            </child>
                          </object>
                        </child>
                      </object>
                    </child>
                  </object>
                </child>
              </object>
            </child>
          </object>
        </child>
      </object>
    </child>
  </template>
</interface>
