diff options
author | Ivan Timofeev <timofeev.i.s@gmail.com> | 2012-01-06 17:08:54 +0400 |
---|---|---|
committer | Ivan Timofeev <timofeev.i.s@gmail.com> | 2012-01-06 18:25:33 +0400 |
commit | e2b57677d3fcb184606b4efb02c79b3e4847c1a0 (patch) | |
tree | 6066b271fcb2568dabdd8159ad77e3804ebc585a /sd | |
parent | 643a4487772b6d1ca37e13ba5651d45a0a2d3c04 (diff) |
fdo#44294: overlapped controls
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/dlg/present.src | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/dlg/present.src b/sd/source/ui/dlg/present.src index b53facb8d1e2..6ee3fd86540f 100644 --- a/sd/source/ui/dlg/present.src +++ b/sd/source/ui/dlg/present.src @@ -86,8 +86,8 @@ ModalDialog DLG_START_PRESENTATION { HelpID = "sd:ListBox:DLG_START_PRESENTATION:LB_DIAS"; Border = TRUE ; - Pos = MAP_APPFONT ( 82, 24 ) ; - Size = MAP_APPFONT ( 111, 80 ) ; + Pos = MAP_APPFONT ( 96, 24 ) ; + Size = MAP_APPFONT ( 97, 80 ) ; TabStop = TRUE ; DropDown = TRUE ; //DDExtraWidth = TRUE; |