sd/source/ui/dlg/PaneDockingWindow.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 9b6b866c350f9900b3399214fcea550f282af2d0 Author: Yousuf Philips <philip...@hotmail.com> Date: Tue Mar 24 11:53:24 2015 +0400 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 <philip...@hotmail.com> Reviewed-by: Yousuf Philips <philip...@hotmail.com> diff --git a/sd/source/ui/dlg/PaneDockingWindow.cxx b/sd/source/ui/dlg/PaneDockingWindow.cxx index 9461c93..4a38a10 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) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits