summaryrefslogtreecommitdiff
path: root/sfx2/source/sidebar/SidebarToolBox.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/sidebar/SidebarToolBox.cxx')
-rw-r--r--sfx2/source/sidebar/SidebarToolBox.cxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/sfx2/source/sidebar/SidebarToolBox.cxx b/sfx2/source/sidebar/SidebarToolBox.cxx
index 487469418f85..968366eab8f9 100644
--- a/sfx2/source/sidebar/SidebarToolBox.cxx
+++ b/sfx2/source/sidebar/SidebarToolBox.cxx
@@ -319,7 +319,10 @@ class NotebookbarToolBox : public SidebarToolBox
{
public:
explicit NotebookbarToolBox(vcl::Window* pParentWindow)
- : SidebarToolBox(pParentWindow) {}
+ : SidebarToolBox(pParentWindow)
+ {
+ SetToolboxButtonSize(GetDefaultButtonSize());
+ }
virtual ToolBoxButtonSize GetDefaultButtonSize() const override
{