summaryrefslogtreecommitdiff
path: root/sfx2/source/notebookbar
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-05-25 20:18:56 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-05-26 16:59:50 +0200
commit2dd7c6a441f48a23dcbff1ebe24bdf21666c4ff0 (patch)
tree1d5ac3014dacdef10933c632764f0e99070c69d1 /sfx2/source/notebookbar
parenta65cba8e5bafb183924c1a8ff34382c99f1381cc (diff)
tdf#133094 NotebookbarToolBox is not in the sidebar
though it is inheriting from SidebarToolBox and we're distinguish the sidebar case from the non-sidebar case wrt certain color toolbuttons Change-Id: Ieffe45adfab95d426bb36296ee3428b6bd3dbd3f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94806 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2/source/notebookbar')
-rw-r--r--sfx2/source/notebookbar/NotebookbarTabControl.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/source/notebookbar/NotebookbarTabControl.cxx b/sfx2/source/notebookbar/NotebookbarTabControl.cxx
index 9199106de58b..79f0cd7ef67c 100644
--- a/sfx2/source/notebookbar/NotebookbarTabControl.cxx
+++ b/sfx2/source/notebookbar/NotebookbarTabControl.cxx
@@ -126,6 +126,7 @@ public:
: sfx2::sidebar::SidebarToolBox( pParent )
{
mbUseDefaultButtonSize = false;
+ mbSideBar = false;
SetToolboxButtonSize(ToolBoxButtonSize::Small);
}