diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-06-21 17:44:08 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-06-21 21:14:55 +0200 |
commit | 1b96a96d4a3236fe4b2dcef08b85330a328060ec (patch) | |
tree | 78435ce7cfadc5cffbf09ff98b2892ded5aa76f1 /sw/uiconfig/swriter/ui/calendar.ui | |
parent | bafd50ee06d982e19d54fae0f9d8f968a2dedbd4 (diff) |
weld date selection widget
Change-Id: If7ea24d85c20f1bda972688e97c7f74b26e533e1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96817
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/uiconfig/swriter/ui/calendar.ui')
-rw-r--r-- | sw/uiconfig/swriter/ui/calendar.ui | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/sw/uiconfig/swriter/ui/calendar.ui b/sw/uiconfig/swriter/ui/calendar.ui new file mode 100644 index 000000000000..9939873527e2 --- /dev/null +++ b/sw/uiconfig/swriter/ui/calendar.ui @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Generated with glade 3.22.2 --> +<interface domain="sw"> + <requires lib="gtk+" version="3.18"/> + <object class="GtkBox" id="Calendar"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="orientation">vertical</property> + <property name="spacing">6</property> + <child> + <object class="GtkCalendar" id="date"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="year">2019</property> + <property name="month">1</property> + <property name="day">14</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">0</property> + </packing> + </child> + </object> +</interface> |