| commit | 3c6692f88df3f7447138fc953f11d8587d51f093 | [log] |
|---|---|---|
| author | Gülşah Köse <gulsah.kose@collabora.com> | Wed Apr 28 13:00:57 2021 +0300 |
| committer | Gülşah Köse <gulsah.kose@collabora.com> | Thu Apr 29 20:07:55 2021 +0200 |
| tree | d61828ce92dd656427fb96aed6316eb26febdd94 | |
| parent | d2b5e49c0b114fdf973e51b4387e232bd71f3838 [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>
diff --git a/sfx2/source/devtools/DevelopmentToolChildWindow.cxx b/sfx2/source/devtools/DevelopmentToolChildWindow.cxx index 6a196d4..6b160bf 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); }