From 58174c2a1e9291cf8cef63dcd51fd6357233c797 Mon Sep 17 00:00:00 2001 From: Ivan Timofeev Date: Fri, 6 Jan 2012 17:08:54 +0400 Subject: fdo#44294: overlapped controls --- sd/source/ui/dlg/present.src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sd/source') 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; -- cgit