diff options
Diffstat (limited to 'src/ext/UI/test')
-rw-r--r-- | src/ext/UI/test/WixToolsetTest.UI/TestData/InstallDir_SpecialDlg/Package.wxs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ext/UI/test/WixToolsetTest.UI/TestData/InstallDir_SpecialDlg/Package.wxs b/src/ext/UI/test/WixToolsetTest.UI/TestData/InstallDir_SpecialDlg/Package.wxs index de179240..b898e6d6 100644 --- a/src/ext/UI/test/WixToolsetTest.UI/TestData/InstallDir_SpecialDlg/Package.wxs +++ b/src/ext/UI/test/WixToolsetTest.UI/TestData/InstallDir_SpecialDlg/Package.wxs | |||
@@ -32,8 +32,8 @@ | |||
32 | <Publish Event="SpawnDialog" Value="CancelDlg" /> | 32 | <Publish Event="SpawnDialog" Value="CancelDlg" /> |
33 | </Control> | 33 | </Control> |
34 | <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="44" TabSkip="no" Text="WixUI_Bmp_Banner" /> | 34 | <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="44" TabSkip="no" Text="WixUI_Bmp_Banner" /> |
35 | <Control Id="BannerLine" Type="Line" X="0" Y="44" Width="370" Height="0" /> | 35 | <Control Id="BannerLine" Type="Line" X="0" Y="44" Width="373" Height="0" /> |
36 | <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="0" /> | 36 | <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="373" Height="0" /> |
37 | <Control Id="Title" Type="Text" X="15" Y="6" Width="200" Height="15" Transparent="yes" NoPrefix="yes" Text="My Special Dialog & Stuff" /> | 37 | <Control Id="Title" Type="Text" X="15" Y="6" Width="200" Height="15" Transparent="yes" NoPrefix="yes" Text="My Special Dialog & Stuff" /> |
38 | <Control Id="Description" Type="Text" X="25" Y="23" Width="280" Height="15" Transparent="yes" NoPrefix="yes" Text="✔ A dialog where special stuff happens" /> | 38 | <Control Id="Description" Type="Text" X="25" Y="23" Width="280" Height="15" Transparent="yes" NoPrefix="yes" Text="✔ A dialog where special stuff happens" /> |
39 | </Dialog> | 39 | </Dialog> |