summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/tpoption.cxx
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2001-04-27 05:55:41 +0000
committerOliver Specht <os@openoffice.org>2001-04-27 05:55:41 +0000
commit7cdc9d86622cc92799db719ab5f47371c615fa59 (patch)
tree030457caedbbf47d0bd5f63ff8ebb649bba8c635 /sd/source/ui/dlg/tpoption.cxx
parent4eb9f0789b36ae1f301c0046c555914ff560f89e (diff)
#86421# draw mode corrected
Diffstat (limited to 'sd/source/ui/dlg/tpoption.cxx')
-rw-r--r--sd/source/ui/dlg/tpoption.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sd/source/ui/dlg/tpoption.cxx b/sd/source/ui/dlg/tpoption.cxx
index 5802949108fc..88f90c30f560 100644
--- a/sd/source/ui/dlg/tpoption.cxx
+++ b/sd/source/ui/dlg/tpoption.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tpoption.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: sj $ $Date: 2001-04-23 15:50:13 $
+ * last change: $Author: os $ $Date: 2001-04-27 06:55:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -707,6 +707,7 @@ void SdTpOptionsMisc::SetDrawMode()
lcl_MoveWin( aCbxCopy, nDiff );
lcl_MoveWin( aCbxMarkedHitMovesAlways, nDiff );
lcl_MoveWin( aCbxCrookNoContortion, nDiff );
+ nDiff -= aCbxCrookNoContortion.GetPosPixel().Y() - aCbxMarkedHitMovesAlways.GetPosPixel().Y();
lcl_MoveWin( aTxtMetric, nDiff );
lcl_MoveWin( aLbMetric, nDiff );
lcl_MoveWin( aTxtTabstop, nDiff );