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/MsiRMFilesInUse.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 'src/ext/UI/wixlib/MsiRMFilesInUse.wxs')
-rw-r--r-- | src/ext/UI/wixlib/MsiRMFilesInUse.wxs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ext/UI/wixlib/MsiRMFilesInUse.wxs b/src/ext/UI/wixlib/MsiRMFilesInUse.wxs index 9881f0e6..6b1a1557 100644 --- a/src/ext/UI/wixlib/MsiRMFilesInUse.wxs +++ b/src/ext/UI/wixlib/MsiRMFilesInUse.wxs | |||
@@ -24,8 +24,8 @@ | |||
24 | <Control Id="List" Type="ListBox" X="20" Y="100" Width="330" Height="80" Property="FileInUseProcess" Sunken="yes" TabSkip="yes" /> | 24 | <Control Id="List" Type="ListBox" X="20" Y="100" Width="330" Height="80" Property="FileInUseProcess" Sunken="yes" TabSkip="yes" /> |
25 | <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="44" TabSkip="no" Text="!(loc.MsiRMFilesInUseBannerBitmap)" /> | 25 | <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="44" TabSkip="no" Text="!(loc.MsiRMFilesInUseBannerBitmap)" /> |
26 | <Control Id="Text" Type="Text" X="20" Y="55" Width="330" Height="45" Text="!(loc.MsiRMFilesInUseText)" /> | 26 | <Control Id="Text" Type="Text" X="20" Y="55" Width="330" Height="45" Text="!(loc.MsiRMFilesInUseText)" /> |
27 | <Control Id="BannerLine" Type="Line" X="0" Y="44" Width="370" Height="0" /> | 27 | <Control Id="BannerLine" Type="Line" X="0" Y="44" Width="373" Height="0" /> |
28 | <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="0" /> | 28 | <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="373" Height="0" /> |
29 | <Control Id="Description" Type="Text" X="20" Y="23" Width="280" Height="20" Transparent="yes" NoPrefix="yes" Text="!(loc.MsiRMFilesInUseDescription)" /> | 29 | <Control Id="Description" Type="Text" X="20" Y="23" Width="280" Height="20" Transparent="yes" NoPrefix="yes" Text="!(loc.MsiRMFilesInUseDescription)" /> |
30 | <Control Id="Title" Type="Text" X="15" Y="6" Width="200" Height="15" Transparent="yes" NoPrefix="yes" Text="!(loc.MsiRMFilesInUseTitle)" /> | 30 | <Control Id="Title" Type="Text" X="15" Y="6" Width="200" Height="15" Transparent="yes" NoPrefix="yes" Text="!(loc.MsiRMFilesInUseTitle)" /> |
31 | </Dialog> | 31 | </Dialog> |