Make sure the EULA page has correct consideration for scroll bar
This commit is contained in:
parent
79d3686bca
commit
100a5bb882
2 changed files with 2 additions and 1 deletions
|
|
@ -49,6 +49,7 @@ public class LicenseAgreementPage : WizardPage
|
|||
contentRow.AddChild(scrollable);
|
||||
|
||||
var textBox = new WrappedTextWidget("Loading End User License Agreement...", textColor: ActiveTheme.Instance.PrimaryTextColor, doubleBufferText: false);
|
||||
scrollable.ScrollArea.Margin = new BorderDouble(0, 0, 15, 0);
|
||||
scrollable.AddChild(textBox);
|
||||
|
||||
// wrap the text on a thread and show it when it is ready
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue