From 9b6b866c350f9900b3399214fcea550f282af2d0 Mon Sep 17 00:00:00 2001 From: Yousuf Philips Date: Tue, 24 Mar 2015 11:53:24 +0400 Subject: tdf#90090 reduce the size of the right page/slide pane Change-Id: If06f33cc2a8a85f7595c5dbf1c6549eff00cec19 Reviewed-on: https://gerrit.libreoffice.org/14983 Tested-by: Yousuf Philips Reviewed-by: Yousuf Philips --- sd/source/ui/dlg/PaneDockingWindow.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd') diff --git a/sd/source/ui/dlg/PaneDockingWindow.cxx b/sd/source/ui/dlg/PaneDockingWindow.cxx index 9461c9326546..4a38a10341a4 100644 --- a/sd/source/ui/dlg/PaneDockingWindow.cxx +++ b/sd/source/ui/dlg/PaneDockingWindow.cxx @@ -43,7 +43,7 @@ PaneDockingWindow::PaneDockingWindow( : TitledDockingWindow(_pBindings, pChildWindow, pParent, WB_MOVEABLE|WB_CLOSEABLE|WB_HIDE|WB_3DLOOK) { SetTitle(rsTitle); - SetSizePixel(LogicToPixel(Size(100,200), MAP_APPFONT)); + SetSizePixel(LogicToPixel(Size(80,200), MAP_APPFONT)); } PaneDockingWindow::~PaneDockingWindow (void) -- cgit v1.2.3