Place PFX password row directly under output type
This commit is contained in:
@@ -817,9 +817,7 @@ $y += $rowHeight + $gap
|
||||
$pfxPasswordLabel = Add-Label "PFX password" $xLabel $y $labelWidth $rowHeight
|
||||
$pfxPasswordBox = Add-TextBox $xInput $y $inputWidth $rowHeight $false
|
||||
$pfxPasswordBox.UseSystemPasswordChar = $true
|
||||
$y += $rowHeight + $gap
|
||||
|
||||
$pfxPasswordToggle = Add-CheckBox "Use PFX password" $xInput $y 180 $rowHeight
|
||||
$pfxPasswordToggle = Add-CheckBox "Use PFX password" ($xInput + $inputWidth - 180) $y 180 $rowHeight
|
||||
$pfxPasswordToggle.Checked = $true
|
||||
$y += $rowHeight + $gap
|
||||
|
||||
@@ -1163,8 +1161,8 @@ function Apply-Layout {
|
||||
$wacsPathBox.Width = $inputWidthCalc
|
||||
$outputTypeBox.Width = $inputWidthCalc
|
||||
$outputPathBox.Width = $inputWidthCalc
|
||||
$pfxPasswordBox.Width = $inputWidthCalc
|
||||
$pfxPasswordToggle.Width = $inputWidthCalc
|
||||
$pfxPasswordToggle.Left = $xInput + $inputWidthCalc - $pfxPasswordToggle.Width
|
||||
$pfxPasswordBox.Width = $inputWidthCalc - ($pfxPasswordToggle.Width + $buttonGap)
|
||||
$baseUriBox.Width = $inputWidthCalc
|
||||
$validationBox.Width = $inputWidthCalc
|
||||
$validationPortBox.Width = $inputWidthCalc
|
||||
|
||||
Reference in New Issue
Block a user