Adjust spacing on installer

This commit is contained in:
Adam Honse committed 2026-08-25 18:08:47 -05:00
1 parent 2b60e9ac37
commit f14b6cb49d
1 file changed
+2 -2
+2 -2
View File
@@ -151,8 +151,8 @@ XML_FILE+=" <Publish Property='WixUI_InstallMode' Value='Inst
XML_FILE+=" <Publish Event='SetInstallLevel' Value='2'>2</Publish>\r\n"
XML_FILE+=" <Publish Event='NewDialog' Value='VerifyReadyDlg'>1</Publish>\r\n"
XML_FILE+=" </Control>\r\n"
XML_FILE+=" <Control Id='TypicalText' Type='Text' X='40' Y='120' Width='300' Height='40' Text='Installing OpenRGB without registering as a system service means nothing runs automatically in the background by default. Accessing devices through PawnIO will require running OpenRGB as administrator.' />\r\n"
XML_FILE+=" <Control Id='TypicalButton' Type='PushButton' X='40' Y='210' Width='200' Height='17' ToolTip='Does not register OpenRGB as a system service. Accessing certain devices will require running the application as administrator.' Text='Do not Install System Service'>\r\n"
XML_FILE+=" <Control Id='TypicalText' Type='Text' X='40' Y='160' Width='300' Height='40' Text='Installing OpenRGB without registering as a system service means nothing runs automatically in the background by default. Accessing devices through PawnIO will require running OpenRGB as administrator.' />\r\n"
XML_FILE+=" <Control Id='TypicalButton' Type='PushButton' X='40' Y='180' Width='200' Height='17' ToolTip='Does not register OpenRGB as a system service. Accessing certain devices will require running the application as administrator.' Text='Do not Install System Service'>\r\n"
XML_FILE+=" <Publish Property='WixUI_InstallMode' Value='InstallTypical'>1</Publish>\r\n"
XML_FILE+=" <Publish Event='SetInstallLevel' Value='1'>1</Publish>\r\n"
XML_FILE+=" <Publish Event='NewDialog' Value='VerifyReadyDlg'>1</Publish>\r\n"