This is an automated email from the ASF dual-hosted git repository.
mseidel pushed a commit to branch AOO41X
in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/AOO41X by this push:
new f1c75f4d36 Make Extension Manager dialog a bit wider
f1c75f4d36 is described below
commit f1c75f4d3644d495b73bbc398961aa0a0185f96c
Author: mseidel <[email protected]>
AuthorDate: Fri Oct 3 11:39:52 2025 +0200
Make Extension Manager dialog a bit wider
---
main/desktop/source/deployment/gui/dp_gui_dialog2.src | 13 +++++--------
1 file changed, 5 insertions(+), 8 deletions(-)
diff --git a/main/desktop/source/deployment/gui/dp_gui_dialog2.src
b/main/desktop/source/deployment/gui/dp_gui_dialog2.src
index b51505b548..39483cd929 100644
--- a/main/desktop/source/deployment/gui/dp_gui_dialog2.src
+++ b/main/desktop/source/deployment/gui/dp_gui_dialog2.src
@@ -1,5 +1,5 @@
/**************************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -7,20 +7,18 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
*************************************************************/
-
-
#include "svtools/controldims.hrc"
#include "dp_gui.hrc"
@@ -29,7 +27,7 @@ ModelessDialog RID_DLG_EXTENSION_MANAGER
HelpId = HID_PACKAGE_MANAGER;
Text [ en-US ] = "Extension Manager";
- Size = MAP_APPFONT( 300, 200 );
+ Size = MAP_APPFONT( 350, 200 );
OutputSize = TRUE;
SVLook = TRUE;
Moveable = TRUE;
@@ -249,4 +247,3 @@ QueryBox RID_QUERYBOX_INSTALL_FOR_ALL
#define LIC_DLG_WIDTH
COL5_X+RSC_CD_PUSHBUTTON_WIDTH+RSC_SP_DLG_INNERBORDER_RIGHT
#define BODYWIDTH
LIC_DLG_WIDTH-RSC_SP_DLG_INNERBORDER_LEFT-RSC_SP_DLG_INNERBORDER_RIGHT
-