diff options
author | Noel <noelgrandin@gmail.com> | 2020-10-02 10:21:43 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-10-02 12:13:25 +0200 |
commit | 1a78b6376a49c81aa5656783bdb1d87d27105cfe (patch) | |
tree | 905af46952af70ca25b75e4b371a9c134f15b003 /cui | |
parent | d1e98b13079b11c202222808d1970d2827d1ecd7 (diff) |
remove some unnecessary label properties
after
commit 2e3afaebd027d0280b871c3515c4999b7912692a
lint-ui.py check that GtkMenuButton has a label property
Change-Id: I4d6df701898aa540fdfa22427b2676468c08d4cf
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103818
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/uiconfig/ui/menuassignpage.ui | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cui/uiconfig/ui/menuassignpage.ui b/cui/uiconfig/ui/menuassignpage.ui index c7ba93e5253b..7081489cfe3c 100644 --- a/cui/uiconfig/ui/menuassignpage.ui +++ b/cui/uiconfig/ui/menuassignpage.ui @@ -498,7 +498,6 @@ </child> <child> <object class="GtkMenuButton" id="menugearbtn"> - <property name="label" translatable="no"></property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="halign">end</property> @@ -521,7 +520,6 @@ </child> <child> <object class="GtkMenuButton" id="toolbargearbtn"> - <property name="label" translatable="no"></property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="halign">end</property> |