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 | |
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')
-rw-r--r-- | sd/uiconfig/sdraw/ui/copydlg.ui | 2 | ||||
-rw-r--r-- | sd/uiconfig/simpress/ui/customanimationeffecttab.ui | 1 | ||||
-rw-r--r-- | sd/uiconfig/simpress/ui/customanimationfragment.ui | 6 |
3 files changed, 9 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> diff --git a/sd/uiconfig/simpress/ui/customanimationeffecttab.ui b/sd/uiconfig/simpress/ui/customanimationeffecttab.ui index 52e889fb9898..315605791b69 100644 --- a/sd/uiconfig/simpress/ui/customanimationeffecttab.ui +++ b/sd/uiconfig/simpress/ui/customanimationeffecttab.ui @@ -258,6 +258,7 @@ <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="xalign">0</property> + <property name="draw_indicator">True</property> <child> <placeholder/> </child> diff --git a/sd/uiconfig/simpress/ui/customanimationfragment.ui b/sd/uiconfig/simpress/ui/customanimationfragment.ui index 0002338a61cf..44210c7ceb2f 100644 --- a/sd/uiconfig/simpress/ui/customanimationfragment.ui +++ b/sd/uiconfig/simpress/ui/customanimationfragment.ui @@ -242,6 +242,7 @@ <property name="no_show_all">True</property> <property name="hexpand">True</property> <property name="xalign">0</property> + <property name="draw_indicator">True</property> <child> <placeholder/> </child> @@ -288,6 +289,7 @@ <property name="receives_default">True</property> <property name="no_show_all">True</property> <property name="popup">menu</property> + <property name="draw_indicator">True</property> <child> <placeholder/> </child> @@ -316,6 +318,7 @@ <property name="receives_default">True</property> <property name="no_show_all">True</property> <property name="popup">menu1</property> + <property name="draw_indicator">True</property> <child> <placeholder/> </child> @@ -344,6 +347,7 @@ <property name="receives_default">True</property> <property name="no_show_all">True</property> <property name="popup">menu2</property> + <property name="draw_indicator">True</property> <child> <placeholder/> </child> @@ -372,6 +376,7 @@ <property name="receives_default">True</property> <property name="no_show_all">True</property> <property name="popup">menu3</property> + <property name="draw_indicator">True</property> <child> <placeholder/> </child> @@ -401,6 +406,7 @@ <property name="receives_default">True</property> <property name="no_show_all">True</property> <property name="popup">menu4</property> + <property name="draw_indicator">True</property> <child> <placeholder/> </child> |