diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-07-16 17:26:23 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-08-13 15:18:54 +0200 |
commit | 20bc07707949508f029da5e523fedda3cd64ccc8 (patch) | |
tree | ea692c2791883245776b8761c55f343ea7ce40ff /extensions/uiconfig | |
parent | 282ddcf0bf0893f9a71eef2b1fea3db86b1c3292 (diff) |
tdf#143357 use a DateFormatter and a separate Calendar menubutton
similar to what we ended up with in DateControl in
svtools/source/brwbox/ebbcontrols.cxx
Change-Id: I37c843ff7e1e8e39b318db80fe590ce5f796f46a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119082
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'extensions/uiconfig')
-rw-r--r-- | extensions/uiconfig/spropctrlr/ui/datefield.ui | 43 |
1 files changed, 35 insertions, 8 deletions
diff --git a/extensions/uiconfig/spropctrlr/ui/datefield.ui b/extensions/uiconfig/spropctrlr/ui/datefield.ui index e064f618bfd5..02fdbc54e253 100644 --- a/extensions/uiconfig/spropctrlr/ui/datefield.ui +++ b/extensions/uiconfig/spropctrlr/ui/datefield.ui @@ -1,17 +1,44 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.22.1 --> +<!-- Generated with glade 3.38.2 --> <interface domain="pcr"> <requires lib="gtk+" version="3.20"/> - <object class="GtkMenuButton" id="datefield"> + <object class="GtkImage" id="image7"> <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="focus-on-click">True</property> - <property name="receives_default">False</property> + <property name="can_focus">False</property> + <property name="icon_name">x-office-calendar</property> + <property name="icon_size">2</property> + </object> + <object class="GtkBox" id="datefield"> + <property name="visible">True</property> + <property name="can-focus">False</property> <property name="hexpand">True</property> - <property name="draw_indicator">True</property> - <property name="label" translatable="no"></property> + <property name="spacing">6</property> + <child> + <object class="GtkEntry" id="entry"> + <property name="visible">True</property> + <property name="can-focus">True</property> + <property name="hexpand">True</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">0</property> + </packing> + </child> <child> - <placeholder/> + <object class="GtkMenuButton" id="button"> + <property name="visible">True</property> + <property name="can-focus">True</property> + <property name="receives-default">True</property> + <property name="image">image7</property> + <property name="margin-start">1</property> + <property name="always_show_image">True</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">1</property> + </packing> </child> </object> </interface> |