[Libreoffice-commits] core.git: Branch 'libreoffice-6-3' - instsetoo_native/inc_openoffice

Roman Kuznetsov (via logerrit) logerrit at kemper.freedesktop.org
Sun Sep 1 07:19:01 UTC 2019


 instsetoo_native/inc_openoffice/windows/msi_templates/Control.idt |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3ebbaa90cc6fa6e0a6e5a620406ef050a8a55612
Author:     Roman Kuznetsov <antilibreoffice at gmail.com>
AuthorDate: Sat Aug 31 17:36:49 2019 +0200
Commit:     Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Sun Sep 1 09:18:22 2019 +0200

    tdf#127240 Increase a height of checkbox's text in win installer
    
    Change-Id: I0df5dc4cebb065c509df77b00f16597a28566345
    Reviewed-on: https://gerrit.libreoffice.org/78355
    Tested-by: Jenkins
    Reviewed-by: Roman Kuznetsov <antilibreoffice at gmail.com>
    (cherry picked from commit 5ce360777a9c24db61d9f3c5469bd6265b6b7b5b)
    Reviewed-on: https://gerrit.libreoffice.org/78361
    Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>

diff --git a/instsetoo_native/inc_openoffice/windows/msi_templates/Control.idt b/instsetoo_native/inc_openoffice/windows/msi_templates/Control.idt
index 38115f33f2c4..4dceac6bcb68 100644
--- a/instsetoo_native/inc_openoffice/windows/msi_templates/Control.idt
+++ b/instsetoo_native/inc_openoffice/windows/msi_templates/Control.idt
@@ -215,7 +215,7 @@ ReadyToInstall	DlgTitle2	Text	13	6	380	25	65538		OOO_CONTROL_171
 ReadyToInstall	DlgTitle3	Text	13	6	380	25	65538		OOO_CONTROL_172		
 ReadyToInstall	InstallNow	PushButton	330	243	66	17	3		OOO_CONTROL_173	Cancel	
 ReadyToInstall	DesktopLink	CheckBox	21	100	300	10	3	CREATEDESKTOPLINK	OOO_CONTROL_319	EnableQuickstart	
-ReadyToInstall	EnableQuickstart	CheckBox	21	125	300	10	3	QUICKSTART	OOO_CONTROL_321	Back	
+ReadyToInstall	EnableQuickstart	CheckBox	21	125	300	15	3	QUICKSTART	OOO_CONTROL_321	Back	
 ReadyToRemove	Back	PushButton	264	243	66	17	3		OOO_CONTROL_174	RemoveNow	
 ReadyToRemove	Banner	Bitmap	0	0	474	44	1		BannerBmp		
 ReadyToRemove	BannerLine	Line	0	44	474	0	1				


More information about the Libreoffice-commits mailing list