Skip to content

Commit 48ccc3d

Browse files
authored
Remove text styles from InstallDirUi
1 parent d91ee9a commit 48ccc3d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

build/windows/installer/InstallDirUi.wxs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
55
but with the license dialog disabled.
66
See: https://wixtoolset.org/docs/v3/wixui/wixui_customizations/#changing-the-ui-sequence-of-a-built-in-dialog-set. -->
77
<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-
128
<UI Id="WixUI_CustomInstallDir">
139
<TextStyle Id="WixUI_Font_Normal" FaceName="Tahoma" Size="8" />
1410
<TextStyle Id="WixUI_Font_Bigger" FaceName="Tahoma" Size="12" />

0 commit comments

Comments
 (0)