diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2015-03-24 11:53:24 +0400 |
---|---|---|
committer | Yousuf Philips <philipz85@hotmail.com> | 2015-03-24 09:50:06 +0000 |
commit | 9b6b866c350f9900b3399214fcea550f282af2d0 (patch) | |
tree | b031d1aed3dfdb93e6d3b4e49e3da97b30584dfa /sd | |
parent | 9006b8b1b3ce713d87b0ab90aec43ef0b0555e88 (diff) |
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 <philipz85@hotmail.com>
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/dlg/PaneDockingWindow.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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) |