This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 1060bdb  Optimized dialog for custom slideshows
1060bdb is described below

commit 1060bdbf8310c3ee8a537c4bd536b5dd2505b651
Author: mseidel <[email protected]>
AuthorDate: Wed Aug 19 19:53:44 2020 +0200

    Optimized dialog for custom slideshows
---
 main/sd/source/ui/dlg/custsdlg.src | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/main/sd/source/ui/dlg/custsdlg.src 
b/main/sd/source/ui/dlg/custsdlg.src
index 675aa68..bb256c9 100644
--- a/main/sd/source/ui/dlg/custsdlg.src
+++ b/main/sd/source/ui/dlg/custsdlg.src
@@ -117,35 +117,35 @@ ModalDialog DLG_DEFINE_CUSTOMSHOW
        Closeable = TRUE ;
        OKButton BTN_OK
        {
-               Pos = MAP_APPFONT ( 188, 6 ) ;
+               Pos = MAP_APPFONT ( 192, 6 ) ;
                Size = MAP_APPFONT ( 50, 14 ) ;
                TabStop = TRUE ;
                DefButton = TRUE ;
        };
        CancelButton BTN_CANCEL
        {
-               Pos = MAP_APPFONT ( 188, 23 ) ;
+               Pos = MAP_APPFONT ( 192, 23 ) ;
                Size = MAP_APPFONT ( 50, 14 ) ;
                TabStop = TRUE ;
        };
        HelpButton BTN_HELP
        {
-               Pos = MAP_APPFONT ( 188, 43 ) ;
+               Pos = MAP_APPFONT ( 192, 43 ) ;
                Size = MAP_APPFONT ( 50, 14 ) ;
                TabStop = TRUE ;
        };
        FixedText FT_NAME
        {
                Pos = MAP_APPFONT ( 6, 8 ) ;
-               Size = MAP_APPFONT ( 30, 10 ) ;
+               Size = MAP_APPFONT ( 34, 10 ) ;
                Text [ en-US ] = "Name" ;
        };
        Edit EDT_NAME
        {
                HelpID = "sd:Edit:DLG_DEFINE_CUSTOMSHOW:EDT_NAME" ;
                Border = TRUE ;
-               Pos = MAP_APPFONT ( 38, 6 ) ;
-               Size = MAP_APPFONT ( 140, 12 ) ;
+               Pos = MAP_APPFONT ( 42, 6 ) ;
+               Size = MAP_APPFONT ( 144, 12 ) ;
                TabStop = TRUE ;
        };
        MultiListBox LB_PAGES
@@ -153,14 +153,14 @@ ModalDialog DLG_DEFINE_CUSTOMSHOW
                HelpID = "sd:MultiListBox:DLG_DEFINE_CUSTOMSHOW:LB_PAGES" ;
                Border = TRUE ;
                Pos = MAP_APPFONT ( 6, 35 ) ;
-               Size = MAP_APPFONT ( 75, 105 ) ;
+               Size = MAP_APPFONT ( 79, 105 ) ;
                TabStop = TRUE ;
                SimpleMode = TRUE ;
        };
        PushButton BTN_ADD
        {
                HelpID = "sd:PushButton:DLG_DEFINE_CUSTOMSHOW:BTN_ADD" ;
-               Pos = MAP_APPFONT ( 85, 71 ) ;
+               Pos = MAP_APPFONT ( 89, 71 ) ;
                Size = MAP_APPFONT ( 14, 14 ) ;
                Text = "~>" ;
                TabStop = TRUE ;
@@ -169,14 +169,14 @@ ModalDialog DLG_DEFINE_CUSTOMSHOW
        {
                HelpID = HID_DLG_DEFINE_CUSTOMSHOW_CTL ;
                Border = TRUE ;
-               Pos = MAP_APPFONT ( 103, 35 ) ;
-               Size = MAP_APPFONT ( 75, 105 ) ;
+               Pos = MAP_APPFONT ( 107, 35 ) ;
+               Size = MAP_APPFONT ( 79, 105 ) ;
                TabStop = TRUE ;
        };
        PushButton BTN_REMOVE
        {
                HelpID = "sd:PushButton:DLG_DEFINE_CUSTOMSHOW:BTN_REMOVE" ;
-               Pos = MAP_APPFONT ( 85, 89 ) ;
+               Pos = MAP_APPFONT ( 89, 89 ) ;
                Size = MAP_APPFONT ( 14, 14 ) ;
                Text = "~<" ;
                TabStop = TRUE ;
@@ -184,13 +184,13 @@ ModalDialog DLG_DEFINE_CUSTOMSHOW
        FixedText FT_PAGES
        {
                Pos = MAP_APPFONT ( 6, 24 ) ;
-               Size = MAP_APPFONT ( 80, 10 ) ;
+               Size = MAP_APPFONT ( 82, 10 ) ;
                Text [ en-US ] = "Existing slides" ;
        };
        FixedText FT_CUSTOM_PAGES
        {
-               Pos = MAP_APPFONT ( 103, 24 ) ;
-               Size = MAP_APPFONT ( 80, 10 ) ;
+               Pos = MAP_APPFONT ( 107, 24 ) ;
+               Size = MAP_APPFONT ( 82, 10 ) ;
                Text [ en-US ] = "Selected slides" ;
        };
        Text [ en-US ] = "Define Custom Slide Show" ;

Reply via email to