diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-03-08 15:00:33 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-03-08 17:42:54 +0100 |
commit | e976dc17221d0dfcff745488c19545370ce92d75 (patch) | |
tree | dabac9368164e8ab91001d99ee809510091829d3 /sd | |
parent | 5de0472e27d4bd7d2ff0d1b54a7324c67ec98de7 (diff) |
set empty text for GtkMenuButtons which will later have text
Change-Id: Ib08cca8faf2822e5a62f745c4213cf0ca2cc09d7
Reviewed-on: https://gerrit.libreoffice.org/68923
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sd')
-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 1178e151f2b9..ebd3a71d80b0 100644 --- a/sd/uiconfig/sdraw/ui/copydlg.ui +++ b/sd/uiconfig/sdraw/ui/copydlg.ui @@ -453,6 +453,7 @@ <property name="hexpand">True</property> <property name="xalign">0</property> <property name="draw_indicator">True</property> + <property name="label" translatable="no"></property> <child> <placeholder/> </child> @@ -470,6 +471,7 @@ <property name="hexpand">True</property> <property name="xalign">0</property> <property name="draw_indicator">True</property> + <property name="label" translatable="no"></property> <child> <placeholder/> </child> diff --git a/sd/uiconfig/simpress/ui/customanimationeffecttab.ui b/sd/uiconfig/simpress/ui/customanimationeffecttab.ui index 315605791b69..d30efbd25339 100644 --- a/sd/uiconfig/simpress/ui/customanimationeffecttab.ui +++ b/sd/uiconfig/simpress/ui/customanimationeffecttab.ui @@ -259,6 +259,7 @@ <property name="receives_default">False</property> <property name="xalign">0</property> <property name="draw_indicator">True</property> + <property name="label" translatable="no"></property> <child> <placeholder/> </child> diff --git a/sd/uiconfig/simpress/ui/customanimationfragment.ui b/sd/uiconfig/simpress/ui/customanimationfragment.ui index 44210c7ceb2f..b7cb9c55ae0b 100644 --- a/sd/uiconfig/simpress/ui/customanimationfragment.ui +++ b/sd/uiconfig/simpress/ui/customanimationfragment.ui @@ -243,6 +243,7 @@ <property name="hexpand">True</property> <property name="xalign">0</property> <property name="draw_indicator">True</property> + <property name="label" translatable="no"></property> <child> <placeholder/> </child> @@ -290,6 +291,7 @@ <property name="no_show_all">True</property> <property name="popup">menu</property> <property name="draw_indicator">True</property> + <property name="label" translatable="no"></property> <child> <placeholder/> </child> @@ -319,6 +321,7 @@ <property name="no_show_all">True</property> <property name="popup">menu1</property> <property name="draw_indicator">True</property> + <property name="label" translatable="no"></property> <child> <placeholder/> </child> @@ -348,6 +351,7 @@ <property name="no_show_all">True</property> <property name="popup">menu2</property> <property name="draw_indicator">True</property> + <property name="label" translatable="no"></property> <child> <placeholder/> </child> @@ -377,6 +381,7 @@ <property name="no_show_all">True</property> <property name="popup">menu3</property> <property name="draw_indicator">True</property> + <property name="label" translatable="no"></property> <child> <placeholder/> </child> @@ -407,6 +412,7 @@ <property name="no_show_all">True</property> <property name="popup">menu4</property> <property name="draw_indicator">True</property> + <property name="label" translatable="no"></property> <child> <placeholder/> </child> |