summaryrefslogtreecommitdiff
path: root/cui/source/options/optgdlg.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-10-11 11:25:31 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-10-11 16:54:46 +0200
commit0d6a64c218791156e050c2050b8070d40fdacf97 (patch)
treedcf85889606d2e296b3ae8dd7069095c14df3160 /cui/source/options/optgdlg.hxx
parent732e02f80fceda3e3b6ee14c590d3632d0e369a5 (diff)
Resolves: tdf#123265 hide show-icons under gtk3
because there the menus are native gtk menus and follow the global gtk settings for showing icons Change-Id: Id1d679ce12cc031289b73aa7e91f9c16f8db8c0c Reviewed-on: https://gerrit.libreoffice.org/80649 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui/source/options/optgdlg.hxx')
-rw-r--r--cui/source/options/optgdlg.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/cui/source/options/optgdlg.hxx b/cui/source/options/optgdlg.hxx
index 5a3737a4f591..33029f1acb4a 100644
--- a/cui/source/options/optgdlg.hxx
+++ b/cui/source/options/optgdlg.hxx
@@ -95,7 +95,9 @@ private:
std::unique_ptr<weld::Label> m_xAAPointLimitLabel;
std::unique_ptr<weld::MetricSpinButton> m_xAAPointLimit;
+ std::unique_ptr<weld::Widget> m_xMenuIconBox;
std::unique_ptr<weld::ComboBox> m_xMenuIconsLB;
+
std::unique_ptr<weld::ComboBox> m_xContextMenuShortcutsLB;
std::unique_ptr<weld::CheckButton> m_xFontShowCB;