diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-03-06 11:42:08 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-03-06 15:37:20 +0100 |
commit | 930e252db3ac264018010bd105e4a30de4a15f9d (patch) | |
tree | ea18f96e0c58f173786593359740706d4c728498 /sd/uiconfig/sdraw/ui | |
parent | ec26772e2e9d864b9c2c5e5271ccd63006bec039 (diff) |
hookup MenuButton::SetDropDown to GtkMenuButton draw-indicator
Change-Id: I556d61256bed8f607eed5a9c6e0ed3fcfd63af2c
Reviewed-on: https://gerrit.libreoffice.org/68802
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sd/uiconfig/sdraw/ui')
-rw-r--r-- | sd/uiconfig/sdraw/ui/copydlg.ui | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sd/uiconfig/sdraw/ui/copydlg.ui b/sd/uiconfig/sdraw/ui/copydlg.ui index 1bb828ece646..1178e151f2b9 100644 --- a/sd/uiconfig/sdraw/ui/copydlg.ui +++ b/sd/uiconfig/sdraw/ui/copydlg.ui @@ -452,6 +452,7 @@ <property name="receives_default">False</property> <property name="hexpand">True</property> <property name="xalign">0</property> + <property name="draw_indicator">True</property> <child> <placeholder/> </child> @@ -468,6 +469,7 @@ <property name="receives_default">False</property> <property name="hexpand">True</property> <property name="xalign">0</property> + <property name="draw_indicator">True</property> <child> <placeholder/> </child> |