diff options
-rw-r--r-- | sfx2/source/devtools/DevelopmentToolChildWindow.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/source/devtools/DevelopmentToolChildWindow.cxx b/sfx2/source/devtools/DevelopmentToolChildWindow.cxx index 6a196d45e9a3..6b160bfa092a 100644 --- a/sfx2/source/devtools/DevelopmentToolChildWindow.cxx +++ b/sfx2/source/devtools/DevelopmentToolChildWindow.cxx @@ -23,6 +23,7 @@ DevelopmentToolChildWindow::DevelopmentToolChildWindow(vcl::Window* pParentWindo = VclPtr<DevelopmentToolDockingWindow>::Create(pBindings, this, pParentWindow); SetWindow(pWin); SetAlignment(SfxChildAlignment::BOTTOM); + pWin->SetSizePixel(Size(0, 290)); pWin->Initialize(pInfo); } |