diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-04-15 20:07:20 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-04-15 22:23:54 +0200 |
commit | fad018d60d628355528deb0b0f8b3c396a691d69 (patch) | |
tree | 246d3feb39d2a444a4f7851ecad7ea677ee3cdee /cui | |
parent | 4d2b9097494a1ba1b018f62f2e74b6ec41bb6137 (diff) |
ensure gtk creates a default label widget for the MenuButtons
Change-Id: Id8b6f11b4429c8029cacfc26592767625efb9674
Reviewed-on: https://gerrit.libreoffice.org/70798
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/uiconfig/ui/gradientpage.ui | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cui/uiconfig/ui/gradientpage.ui b/cui/uiconfig/ui/gradientpage.ui index ba34727e60bc..75eca7e4194e 100644 --- a/cui/uiconfig/ui/gradientpage.ui +++ b/cui/uiconfig/ui/gradientpage.ui @@ -454,6 +454,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> @@ -485,6 +486,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> |