panorama-clock-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> 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="activate-on-single-click">False</property> 35<property name="selection-mode">none</property> 36<child> 37<object class="GtkListBoxRow"> 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<span font_weight="light">Using <tt>strftime()</tt> syntax. Note: using seconds may increase system load.</span></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