[Libreoffice-commits] .: Branch 'libreoffice-3-5' - sd/source
Ivan Timofeev
ivantimofeev at kemper.freedesktop.org
Fri Jan 6 06:29:48 PST 2012
sd/source/ui/dlg/present.src | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 58174c2a1e9291cf8cef63dcd51fd6357233c797
Author: Ivan Timofeev <timofeev.i.s at gmail.com>
Date: Fri Jan 6 17:08:54 2012 +0400
fdo#44294: overlapped controls
diff --git a/sd/source/ui/dlg/present.src b/sd/source/ui/dlg/present.src
index b53facb..6ee3fd8 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;
More information about the Libreoffice-commits
mailing list