[Libreoffice-commits] core.git: sfx2/source

Gülşah Köse (via logerrit) logerrit at kemper.freedesktop.org
Thu Apr 29 18:08:38 UTC 2021


 sfx2/source/devtools/DevelopmentToolChildWindow.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 3c6692f88df3f7447138fc953f11d8587d51f093
Author:     Gülşah Köse <gulsah.kose at collabora.com>
AuthorDate: Wed Apr 28 13:00:57 2021 +0300
Commit:     Gülşah Köse <gulsah.kose at 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.kose at 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);
 }
 


More information about the Libreoffice-commits mailing list