summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGülşah Köse <gulsah.kose@collabora.com>2021-04-28 13:00:57 +0300
committerGülşah Köse <gulsah.kose@collabora.com>2021-04-29 20:07:55 +0200
commit3c6692f88df3f7447138fc953f11d8587d51f093 (patch)
treed61828ce92dd656427fb96aed6316eb26febdd94
parentd2b5e49c0b114fdf973e51b4387e232bd71f3838 (diff)
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.kose@collabora.com>
-rw-r--r--sfx2/source/devtools/DevelopmentToolChildWindow.cxx1
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);
}