summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-07-30 10:20:14 +0100
committerMike Kaganski <mike.kaganski@collabora.com>2020-07-30 12:44:57 +0200
commitafd2263f3effce76791f672e79c02498509cafa9 (patch)
tree9544c94578bee4f7289fb7b6864f62041cd3fdca /sw
parent740f1796504f66408b692225a9676c9ee3d63722 (diff)
Resolves: tdf#134831 reorg to expand inspector to fit full panel size
Change-Id: I73e37dff01d67f04ea5a2a82e4083ffd5bd46440 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99774 Tested-by: Heiko Tietze <heiko.tietze@documentfoundation.org> Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/uibase/sidebar/SwPanelFactory.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/sidebar/SwPanelFactory.cxx b/sw/source/uibase/sidebar/SwPanelFactory.cxx
index b073b2801733..68e5c0684d6a 100644
--- a/sw/source/uibase/sidebar/SwPanelFactory.cxx
+++ b/sw/source/uibase/sidebar/SwPanelFactory.cxx
@@ -177,7 +177,7 @@ Reference<ui::XUIElement> SAL_CALL SwPanelFactory::createUIElement (
rsResourceURL,
xFrame,
pPanel,
- ui::LayoutSize(-1,-1,-1));
+ ui::LayoutSize(0,-1,-1));
}
else if (rsResourceURL.endsWith("/StylePresetsPanel"))
{