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 f445b2b07b Make Extension Manager dialog a bit wider
f445b2b07b is described below
commit f445b2b07b74d11c29d62260ffdefafb70649084
Author: mseidel <[email protected]>
AuthorDate: Fri Oct 3 11:34:21 2025 +0200
Make Extension Manager dialog a bit wider
---
main/desktop/source/deployment/gui/dp_gui_dialog2.src | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/main/desktop/source/deployment/gui/dp_gui_dialog2.src
b/main/desktop/source/deployment/gui/dp_gui_dialog2.src
index a763180158..93434626f2 100644
--- a/main/desktop/source/deployment/gui/dp_gui_dialog2.src
+++ b/main/desktop/source/deployment/gui/dp_gui_dialog2.src
@@ -27,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 ;