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
|
$pfxPasswordLabel = Add-Label "PFX password" $xLabel $y $labelWidth $rowHeight
|
||||||
$pfxPasswordBox = Add-TextBox $xInput $y $inputWidth $rowHeight $false
|
$pfxPasswordBox = Add-TextBox $xInput $y $inputWidth $rowHeight $false
|
||||||
$pfxPasswordBox.UseSystemPasswordChar = $true
|
$pfxPasswordBox.UseSystemPasswordChar = $true
|
||||||
$y += $rowHeight + $gap
|
$pfxPasswordToggle = Add-CheckBox "Use PFX password" ($xInput + $inputWidth - 180) $y 180 $rowHeight
|
||||||
|
|
||||||
$pfxPasswordToggle = Add-CheckBox "Use PFX password" $xInput $y 180 $rowHeight
|
|
||||||
$pfxPasswordToggle.Checked = $true
|
$pfxPasswordToggle.Checked = $true
|
||||||
$y += $rowHeight + $gap
|
$y += $rowHeight + $gap
|
||||||
|
|
||||||
@@ -1163,8 +1161,8 @@ function Apply-Layout {
|
|||||||
$wacsPathBox.Width = $inputWidthCalc
|
$wacsPathBox.Width = $inputWidthCalc
|
||||||
$outputTypeBox.Width = $inputWidthCalc
|
$outputTypeBox.Width = $inputWidthCalc
|
||||||
$outputPathBox.Width = $inputWidthCalc
|
$outputPathBox.Width = $inputWidthCalc
|
||||||
$pfxPasswordBox.Width = $inputWidthCalc
|
$pfxPasswordToggle.Left = $xInput + $inputWidthCalc - $pfxPasswordToggle.Width
|
||||||
$pfxPasswordToggle.Width = $inputWidthCalc
|
$pfxPasswordBox.Width = $inputWidthCalc - ($pfxPasswordToggle.Width + $buttonGap)
|
||||||
$baseUriBox.Width = $inputWidthCalc
|
$baseUriBox.Width = $inputWidthCalc
|
||||||
$validationBox.Width = $inputWidthCalc
|
$validationBox.Width = $inputWidthCalc
|
||||||
$validationPortBox.Width = $inputWidthCalc
|
$validationPortBox.Width = $inputWidthCalc
|
||||||
|
|||||||
Reference in New Issue
Block a user