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 032410a452 Make dialog wider
032410a452 is described below

commit 032410a452244f19f636b6cff3c2aba0067cf72e
Author: mseidel <[email protected]>
AuthorDate: Thu Oct 30 14:01:23 2025 +0100

    Make dialog wider
---
 main/cui/source/customize/cfg.src | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/main/cui/source/customize/cfg.src 
b/main/cui/source/customize/cfg.src
index 6e8cbd8af6..9d44cc3021 100644
--- a/main/cui/source/customize/cfg.src
+++ b/main/cui/source/customize/cfg.src
@@ -658,7 +658,7 @@ ModalDialog MD_ICONCHANGE
        HelpID = "cui:ModalDialog:MD_ICONCHANGE" ;
        OutputSize = TRUE ;
        SVLook = TRUE ;
-       Size = MAP_APPFONT ( 200, 150 ) ;
+       Size = MAP_APPFONT ( 240, 150 ) ;
        Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION" ;
        Moveable = TRUE ;
        FixedImage FI_INFO
@@ -672,7 +672,7 @@ ModalDialog MD_ICONCHANGE
        };
        FixedText FTCHGE_DESCRIPTION
        {
-               Pos = MAP_APPFONT ( 30 ,15 ) ;
+               Pos = MAP_APPFONT ( 30, 15 ) ;
                Size = MAP_APPFONT ( 200, 50 ) ;
                Text [ en-US ] = "The files listed below could not be 
imported.\nThe file format could not be interpreted." ;
        };
@@ -681,7 +681,7 @@ ModalDialog MD_ICONCHANGE
        {
                HelpID = "cui:MultiLineEdit:MD_ICONCHANGE:EDT_ADDR" ;
                Pos = MAP_APPFONT ( 30, 38) ;
-               Size = MAP_APPFONT ( 140, 83 ) ;
+               Size = MAP_APPFONT ( 180, 86 ) ;
                Border = TRUE ;
                //VScroll = TRUE ;
                IgnoreTab = TRUE ;
@@ -689,7 +689,7 @@ ModalDialog MD_ICONCHANGE
        };
        OKButton MD_BTN_OK
        {
-               Pos = MAP_APPFONT ( 68, 131 ) ;
+               Pos = MAP_APPFONT ( 95, 130 ) ;
                Size = MAP_APPFONT ( 50, 14 ) ;
                TabStop = TRUE ;
                DefButton = TRUE ;
@@ -778,9 +778,8 @@ QueryBox QBX_CONFIRM_RESET
        DEFBUTTON = WB_DEF_NO ;
 };
 
-/* Translators: Do not translate %SAVE IN SELECTION%. It is a placeholder
-   and will be replaced at runtime by the name of the selected application
-   or document.
+/* Translators: Do not translate %SAVE IN SELECTION%. It is a placeholder and 
will be
+   replaced at runtime by the name of the selected application or document.
 */
 String RID_SVXSTR_CONFIRM_MENU_RESET
 {

Reply via email to