By using this site, you agree to have cookies stored on your device, strictly for functional purposes, such as storing your session and preferences.

Dismiss

 panorama-clock-options.ui

View raw Download
text/xml • 3.14 kiB
XML 1.0 document, ASCII text
        
            
1
<?xml version='1.0' encoding='UTF-8'?>
2
<!-- Created with Cambalache 0.96.1 -->
3
<interface>
4
<!-- interface-name panorama-clock-options.ui -->
5
<requires lib="gtk" version="4.0"/>
6
<template class="ClockOptions" parent="GtkWindow">
7
<property name="default-height">320</property>
8
<property name="default-width">576</property>
9
<property name="title" translatable="yes">Clock options</property>
10
<child>
11
<object class="GtkScrolledWindow">
12
<child>
13
<object class="GtkViewport">
14
<child>
15
<object class="GtkBox">
16
<property name="margin-bottom">32</property>
17
<property name="margin-end">32</property>
18
<property name="margin-start">32</property>
19
<property name="margin-top">32</property>
20
<property name="orientation">vertical</property>
21
<property name="spacing">4</property>
22
<child>
23
<object class="GtkFrame">
24
<property name="label-widget">
25
<object class="GtkLabel">
26
<property name="label" translatable="yes">Formatting</property>
27
<attributes>
28
<attribute name="weight" value="bold"/>
29
</attributes>
30
</object>
31
</property>
32
<child>
33
<object class="GtkListBox">
34
<property name="selection-mode">none</property>
35
<child>
36
<object class="GtkListBoxRow">
37
<property name="activatable">False</property>
38
<child>
39
<object class="GtkBox">
40
<child>
41
<object class="GtkLabel">
42
<property name="halign">start</property>
43
<property name="hexpand">True</property>
44
<property name="label" translatable="yes">Time format
45
&lt;span font_weight="light"&gt;Using &lt;tt&gt;strftime()&lt;/tt&gt; syntax. Note: using seconds may increase system load.&lt;/span&gt;</property>
46
<property name="use-markup">True</property>
47
<property name="wrap">True</property>
48
</object>
49
</child>
50
<child>
51
<object class="GtkEntry" id="format_entry">
52
<property name="placeholder-text">strftime format</property>
53
</object>
54
</child>
55
</object>
56
</child>
57
</object>
58
</child>
59
</object>
60
</child>
61
</object>
62
</child>
63
</object>
64
</child>
65
</object>
66
</child>
67
</object>
68
</child>
69
</template>
70
</interface>
71