We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d91ee9a commit 48ccc3dCopy full SHA for 48ccc3d
build/windows/installer/InstallDirUi.wxs
@@ -5,10 +5,6 @@
5
but with the license dialog disabled.
6
See: https://wixtoolset.org/docs/v3/wixui/wixui_customizations/#changing-the-ui-sequence-of-a-built-in-dialog-set. -->
7
<Fragment>
8
- <TextStyle Id="WixUI_Font_Normal" FaceName="Tahoma" Size="8" />
9
- <TextStyle Id="WixUI_Font_Bigger" FaceName="Tahoma" Size="12" />
10
- <TextStyle Id="WixUI_Font_Title" FaceName="Tahoma" Size="9" Bold="yes" />
11
-
12
<UI Id="WixUI_CustomInstallDir">
13
<TextStyle Id="WixUI_Font_Normal" FaceName="Tahoma" Size="8" />
14
<TextStyle Id="WixUI_Font_Bigger" FaceName="Tahoma" Size="12" />
0 commit comments