[Libreoffice-commits] .: sd/source

Ivan Timofeev ivantimofeev at kemper.freedesktop.org
Fri Jan 6 06:27:16 PST 2012


 sd/source/ui/dlg/present.src |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit e2b57677d3fcb184606b4efb02c79b3e4847c1a0
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