diff options
author | Bevan Weiss <bevan.weiss@gmail.com> | 2025-02-22 23:57:13 +1100 |
---|---|---|
committer | Bob Arnson <github@bobs.org> | 2025-02-28 20:04:47 -0500 |
commit | 4992cb0ec8259603133638b19633bd09a32d9261 (patch) | |
tree | 6a27f225272ab0e5364b83932a992dda5b833949 /src/ext/UI/wixlib/WelcomeEulaDlg.wxs | |
parent | 988d1d497411bc515bc0a032c07cc0713f985200 (diff) | |
download | wix-4992cb0ec8259603133638b19633bd09a32d9261.tar.gz wix-4992cb0ec8259603133638b19633bd09a32d9261.tar.bz2 wix-4992cb0ec8259603133638b19633bd09a32d9261.zip |
From wixtoolset/wix3/pull/535
Lines in WixUI are too short for standard dialog widths. Increase them by
3 pixels.
Fixes wixtoolset/issues#2691
Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
Diffstat (limited to '')
-rw-r--r-- | src/ext/UI/wixlib/WelcomeEulaDlg.wxs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ext/UI/wixlib/WelcomeEulaDlg.wxs b/src/ext/UI/wixlib/WelcomeEulaDlg.wxs index a95a9274..dc2e70fa 100644 --- a/src/ext/UI/wixlib/WelcomeEulaDlg.wxs +++ b/src/ext/UI/wixlib/WelcomeEulaDlg.wxs | |||
@@ -7,7 +7,7 @@ | |||
7 | <Dialog Id="WelcomeEulaDlg" Width="370" Height="270" Title="!(loc.WelcomeEulaDlg_Title)"> | 7 | <Dialog Id="WelcomeEulaDlg" Width="370" Height="270" Title="!(loc.WelcomeEulaDlg_Title)"> |
8 | <Control Id="Bitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="234" TabSkip="no" Text="!(loc.WelcomeEulaDlgBitmap)" /> | 8 | <Control Id="Bitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="234" TabSkip="no" Text="!(loc.WelcomeEulaDlgBitmap)" /> |
9 | <Control Id="Title" Type="Text" X="130" Y="6" Width="225" Height="30" Transparent="yes" NoPrefix="yes" Text="!(loc.WelcomeEulaDlgTitle)" /> | 9 | <Control Id="Title" Type="Text" X="130" Y="6" Width="225" Height="30" Transparent="yes" NoPrefix="yes" Text="!(loc.WelcomeEulaDlgTitle)" /> |
10 | <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="0" /> | 10 | <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="373" Height="0" /> |
11 | <Control Id="LicenseAcceptedCheckBox" Type="CheckBox" X="130" Y="207" Width="226" Height="18" CheckBoxValue="1" Property="LicenseAccepted" Text="!(loc.WelcomeEulaDlgLicenseAcceptedCheckBox)" /> | 11 | <Control Id="LicenseAcceptedCheckBox" Type="CheckBox" X="130" Y="207" Width="226" Height="18" CheckBoxValue="1" Property="LicenseAccepted" Text="!(loc.WelcomeEulaDlgLicenseAcceptedCheckBox)" /> |
12 | <Control Id="Print" Type="PushButton" X="88" Y="243" Width="56" Height="17" Text="!(loc.WixUIPrint)"> | 12 | <Control Id="Print" Type="PushButton" X="88" Y="243" Width="56" Height="17" Text="!(loc.WixUIPrint)"> |
13 | <Publish Event="MsiPrint" Value="1" /> | 13 | <Publish Event="MsiPrint" Value="1" /> |