Skip to content
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.

Commit

Permalink
Fix initial page positioning
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffrey Morgan <[email protected]>
  • Loading branch information
jmorganca committed Nov 6, 2015
1 parent d5dca18 commit dd885a8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</buttonCell>
</button>
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" setsMaxLayoutWidthAtFirstLayout="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Xi8-N0-Reb">
<rect key="frame" x="18" y="63" width="382" height="51"/>
<rect key="frame" x="18" y="46" width="382" height="68"/>
<animations/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" id="N5z-io-cf5">
<font key="font" metaFont="system"/>
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion windows/Toolbox.iss
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ begin
TrackingLabel.Left := WizardForm.WelcomeLabel2.Left;
TrackingLabel.Width := WizardForm.WelcomeLabel2.Width;
TrackingLabel.Top := TrackingCheckBox.Top + TrackingCheckBox.Height + 5;
TrackingLabel.Height := 50;
TrackingLabel.Height := 100;
// Don't do this until we can compare versions
// Wizardform.ComponentsList.Checked[3] := NeedToInstallVirtualBox();
Expand Down

0 comments on commit dd885a8

Please sign in to comment.