diff options
author | Noel <noelgrandin@gmail.com> | 2020-10-01 16:26:59 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-10-02 10:17:40 +0200 |
commit | 2e3afaebd027d0280b871c3515c4999b7912692a (patch) | |
tree | ecf94f1826e43394a5c9c576fabb7c42d217df56 /chart2/uiconfig | |
parent | 61d9d1cf56994146d514fd5bf8c3f3f6885449ea (diff) |
lint-ui.py check that GtkMenuButton has a label property
Change-Id: Ib1aa8ee050d2425387ddc1080f11f0ddfc2f9236
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103770
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'chart2/uiconfig')
-rw-r--r-- | chart2/uiconfig/ui/tp_3D_SceneIllumination.ui | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chart2/uiconfig/ui/tp_3D_SceneIllumination.ui b/chart2/uiconfig/ui/tp_3D_SceneIllumination.ui index 3f9564e7e33c..5c7091ff26ee 100644 --- a/chart2/uiconfig/ui/tp_3D_SceneIllumination.ui +++ b/chart2/uiconfig/ui/tp_3D_SceneIllumination.ui @@ -253,6 +253,7 @@ <property name="spacing">12</property> <child> <object class="GtkMenuButton" id="LB_LIGHTSOURCE"> + <property name="label" translatable="no"></property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> @@ -342,6 +343,7 @@ <property name="spacing">12</property> <child> <object class="GtkMenuButton" id="LB_AMBIENTLIGHT"> + <property name="label" translatable="no"></property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> |