summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/navigatr.cxx
diff options
context:
space:
mode:
authorAndre Fischer <af@openoffice.org>2002-11-14 16:00:43 +0000
committerAndre Fischer <af@openoffice.org>2002-11-14 16:00:43 +0000
commitf7e023d8471670854f27592303dceb1fd9fde01c (patch)
tree0d35e2885f58fda409ef0e4eb146cc0632983ac5 /sd/source/ui/dlg/navigatr.cxx
parent84efe9fabd0495c538bd588d64ee18ec97363990 (diff)
#105050# Added workarround for #105145#.
Diffstat (limited to 'sd/source/ui/dlg/navigatr.cxx')
-rw-r--r--sd/source/ui/dlg/navigatr.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sd/source/ui/dlg/navigatr.cxx b/sd/source/ui/dlg/navigatr.cxx
index d1d87323d4e0..ad4a8a181078 100644
--- a/sd/source/ui/dlg/navigatr.cxx
+++ b/sd/source/ui/dlg/navigatr.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: navigatr.cxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: ka $ $Date: 2002-10-23 09:37:03 $
+ * last change: $Author: af $ $Date: 2002-11-14 17:00:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -155,6 +155,7 @@ SdNavigatorWin::SdNavigatorWin( Window* pParent,
// ToolBox (Groesse anpassen funktioniert sowieso nicht!)
Size aTbxSize( aToolbox.CalcWindowSizePixel() );
aTbxSize.Width() = aSize.Width() - 6; //Rand
+ aTbxSize.Height() += 1; // AF: Work arround for #105145#
aToolbox.SetOutputSizePixel( aTbxSize );
aToolbox.SetSelectHdl( LINK( this, SdNavigatorWin, SelectToolboxHdl ) );
aToolbox.SetClickHdl( LINK( this, SdNavigatorWin, ClickToolboxHdl ) );