panorama-window-list-options.ui
XML 1.0 document, ASCII text
1<?xml version='1.0' encoding='UTF-8'?> 2<!-- Created with Cambalache 0.96.1 --> 3<interface domain="panorama-window-list"> 4<!-- interface-name panorama-clock-options.ui --> 5<!-- interface-description Provides a window with configuration options for the clock. --> 6<!-- interface-copyright Copyright 2025, roundabout-host.com <vlad@roundabout-host.com> 7 8This program is free software: you can redistribute it and/or modify 9it under the terms of the GNU General Public Licence as published by 10the Free Software Foundation, either version 3 of the Licence, or 11(at your option) any later version. 12 13This program is distributed in the hope that it will be useful, 14but WITHOUT ANY WARRANTY; without even the implied warranty of 15MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16GNU General Public Licence for more details. 17 18You should have received a copy of the GNU General Public Licence 19along with this program. If not, see <https://www.gnu.org/licenses/>. --> 20<requires lib="gtk" version="4.0"/> 21<template class="WindowListOptions" parent="GtkWindow"> 22<property name="default-height">320</property> 23<property name="default-width">576</property> 24<property name="title" translatable="yes">Window list options</property> 25<child> 26<object class="GtkScrolledWindow"> 27<child> 28<object class="GtkViewport"> 29<child> 30<object class="GtkBox"> 31<property name="margin-bottom">32</property> 32<property name="margin-end">32</property> 33<property name="margin-start">32</property> 34<property name="margin-top">32</property> 35<property name="orientation">vertical</property> 36<property name="spacing">4</property> 37<child> 38<object class="GtkFrame"> 39<property name="label-widget"> 40<object class="GtkLabel"> 41<property name="label" translatable="yes">Layout</property> 42<attributes> 43<attribute name="weight" value="bold"/> 44</attributes> 45</object> 46</property> 47<child> 48<object class="GtkListBox"> 49<property name="selection-mode">none</property> 50<child> 51<object class="GtkListBoxRow"> 52<property name="activatable">False</property> 53<child> 54<object class="GtkBox"> 55<child> 56<object class="GtkLabel"> 57<property name="halign">start</property> 58<property name="hexpand">True</property> 59<property name="label" translatable="yes">Maximum width of window buttons</property> 60<property name="use-markup">True</property> 61<property name="wrap">True</property> 62</object> 63</child> 64<child> 65<object class="GtkSpinButton"> 66<property name="adjustment"> 67<object class="GtkAdjustment" id="button_width_adjustment"> 68<property name="lower">24.0</property> 69<property name="page-increment">1.0</property> 70<property name="page-size">1.0</property> 71<property name="step-increment">1.0</property> 72<property name="upper">16384.0</property> 73</object> 74</property> 75<property name="numeric">True</property> 76</object> 77</child> 78</object> 79</child> 80</object> 81</child> 82</object> 83</child> 84</object> 85</child> 86</object> 87</child> 88</object> 89</child> 90</object> 91</child> 92</template> 93</interface> 94