desktop/uiconfig/ui/dependenciesdialog.ui | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
New commits: commit 9d432faade9281b1211577f9e9a2d65d46ecbdb1 Author: Caolán McNamara <[email protected]> AuthorDate: Fri Feb 25 08:58:15 2022 +0000 Commit: Caolán McNamara <[email protected]> CommitDate: Fri Feb 25 13:22:30 2022 +0100 set the dialog contents to be approx 50 characters wide which is what was used in the original effort of... commit ebc07e1bde64a37ebe9c4326cfea7fbffd94f099 Date: Thu Jul 13 16:02:57 2006 +0000 INTEGRATION: CWS jsc7 (1.1.2); FILE ADDED this dialog can be see on clicking through to the end of the installation process triggered with ./instdir/program/soffice desktop/test/deployment/dependencies/unknown-dependency.oxt Change-Id: Ice4908422858299c1f8d2be20d892c3100c4c7db Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130516 Tested-by: Jenkins Reviewed-by: Caolán McNamara <[email protected]> diff --git a/desktop/uiconfig/ui/dependenciesdialog.ui b/desktop/uiconfig/ui/dependenciesdialog.ui index c4e56d2bd7e5..785246688cad 100644 --- a/desktop/uiconfig/ui/dependenciesdialog.ui +++ b/desktop/uiconfig/ui/dependenciesdialog.ui @@ -72,7 +72,8 @@ <property name="can_focus">False</property> <property name="label" translatable="yes" context="dependenciesdialog|label1">The extension cannot be installed as the following system dependencies are not fulfilled:</property> <property name="wrap">True</property> - <property name="max_width_chars">60</property> + <property name="width-chars">50</property> + <property name="max_width_chars">50</property> <property name="xalign">0</property> </object> <packing>
