We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a871588 commit b7ffe9bCopy full SHA for b7ffe9b
win/packaging/extra.wxs.in
@@ -347,8 +347,6 @@
347
<Control Id="LabelKB" Type="Text" Height="17" Width="15" X="150" Y="210" Text="KB" />
348
<Control Id="ComboBoxInnodbPageSize" Type="ComboBox" X="104" Y="208" Width="30" Height="17" ComboList="yes" Sorted="yes" Property="PAGESIZE" >
349
<ComboBox Property="PAGESIZE">
350
- <ListItem Text=" 1" Value="1K"/>
351
- <ListItem Text=" 2" Value="2K"/>
352
<ListItem Text=" 4" Value="4K"/>
353
<ListItem Text=" 8" Value="8K"/>
354
<ListItem Text="16" Value="16K"/>
0 commit comments