sfx2/source/devtools/DevelopmentToolChildWindow.cxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit 3c6692f88df3f7447138fc953f11d8587d51f093 Author: Gülşah Köse <gulsah.k...@collabora.com> AuthorDate: Wed Apr 28 13:00:57 2021 +0300 Commit: Gülşah Köse <gulsah.k...@collabora.com> CommitDate: Thu Apr 29 20:07:55 2021 +0200 tdf#141422 Set inital height of the develepment tool window. Change-Id: I703edc227ee163e2a7b8fb9b03c71f055c6e0a3b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114775 Tested-by: Jenkins Reviewed-by: Gülşah Köse <gulsah.k...@collabora.com> 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); } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits