From e302ade40e202d285e2208fb6190850e126b4eae Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 28 Sep 2017 11:36:15 +0100 Subject: Related: tdf#109385 make default panel width wider MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ia1c5fc96ccb8b91a3091ef925526a277f25662c6 Reviewed-on: https://gerrit.libreoffice.org/42900 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- sfx2/source/sidebar/SidebarChildWindow.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sfx2') diff --git a/sfx2/source/sidebar/SidebarChildWindow.cxx b/sfx2/source/sidebar/SidebarChildWindow.cxx index 1ffacbe29cde..84515860814e 100644 --- a/sfx2/source/sidebar/SidebarChildWindow.cxx +++ b/sfx2/source/sidebar/SidebarChildWindow.cxx @@ -68,7 +68,7 @@ sal_Int32 SidebarChildWindow::GetDefaultWidth (vcl::Window const * pWindow) if (pWindow != nullptr) { // Width of the paragraph panel. - const static sal_Int32 nMaxPropertyPageWidth (115); + const static sal_Int32 nMaxPropertyPageWidth(146); return pWindow->LogicToPixel(Point(nMaxPropertyPageWidth,1), MapUnit::MapAppFont).X() + TabBar::GetDefaultWidth() * pWindow->GetDPIScaleFactor(); -- cgit