You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2020/08/19 17:56:26 UTC

[openoffice] branch AOO42X updated: Optimized dialog for custom slideshows

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

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


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

commit 779cfbd5884806446fe8e0cb762ced91f69775a6
Author: mseidel <ms...@apache.org>
AuthorDate: Wed Aug 19 19:53:44 2020 +0200

    Optimized dialog for custom slideshows
    
    (cherry picked from commit 1060bdbf8310c3ee8a537c4bd536b5dd2505b651)
---
 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" ;