diff options
author | Szymon Kłos <szymon.klos@collabora.com> | 2023-07-06 15:44:24 +0200 |
---|---|---|
committer | Szymon Kłos <szymon.klos@collabora.com> | 2023-07-12 18:36:58 +0200 |
commit | 80f96e0aad80d425e3a54ad46193be3655eb29be (patch) | |
tree | 028ec4fcb5c33c2bc1d0ad3146e3520118b5832a /svtools/uiconfig/ui/datewindow.ui | |
parent | 3996eed1870ced736d9f4a01550f5c9f0568edfa (diff) |
jsdialog: calendar widget
Change-Id: I5b2b8a1516ed2e851309dca6ef3200ed522d1b7b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154136
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Pranam Lashkari <lpranam@collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154361
Tested-by: Jenkins
Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Diffstat (limited to 'svtools/uiconfig/ui/datewindow.ui')
-rw-r--r-- | svtools/uiconfig/ui/datewindow.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/uiconfig/ui/datewindow.ui b/svtools/uiconfig/ui/datewindow.ui index 9467cbb73213..265affe4afcb 100644 --- a/svtools/uiconfig/ui/datewindow.ui +++ b/svtools/uiconfig/ui/datewindow.ui @@ -14,7 +14,7 @@ <property name="orientation">vertical</property> <property name="spacing">6</property> <child> - <object class="GtkCalendar" id="date"> + <object class="GtkCalendar" id="date_picker"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="year">2019</property> |