mirror of
https://github.com/MariaDB/server.git
synced 2025-01-28 17:54:16 +01:00
Windows installer - fix UI of the "Uninstall" Dialog.
Give RemoveDatadirText field extra 10 pixels in height, to avoid truncated display of directory path
This commit is contained in:
parent
b773416888
commit
3712808ad2
1 changed files with 4 additions and 4 deletions
|
@ -84,17 +84,17 @@
|
|||
<Publish Event="EndDialog" Value="Return">NOT WixUI_InstallMode</Publish>
|
||||
|
||||
</Control>
|
||||
<Control Id="RemoveDatadirText" Type="Text" X="60" Y="85" Width="280" Height="20">
|
||||
<Text>Remove default database directory [DATADIR]. Ensures proper cleanup on uninstall.</Text>
|
||||
<Control Id="RemoveDatadirText" Type="Text" X="60" Y="85" Width="280" Height="30">
|
||||
<Text>Remove [DATADIR]. Ensures proper cleanup on uninstall.</Text>
|
||||
</Control>
|
||||
|
||||
<Control Id="KeepDatadirButton" Type="PushButton" X="40" Y="118" Width="80" Height="18"
|
||||
<Control Id="KeepDatadirButton" Type="PushButton" X="40" Y="128" Width="80" Height="18"
|
||||
Text="Keep data">
|
||||
<Publish Property="CLEANUPDATA">1</Publish>
|
||||
<Publish Event="NewDialog" Value="VerifyReadyDlg">WixUI_InstallMode</Publish>
|
||||
<Publish Event="EndDialog" Value="Return">NOT WixUI_InstallMode</Publish>
|
||||
</Control>
|
||||
<Control Id="KeepDataDirText" Type="Text" X="60" Y="138" Width="280" Height="70" >
|
||||
<Control Id="KeepDataDirText" Type="Text" X="60" Y="148" Width="280" Height="70" >
|
||||
<Text>Do not remove [DATADIR]. Choose this option if you intend to use data in the future</Text>
|
||||
</Control>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue