Make sure the EULA page has correct consideration for scroll bar

This commit is contained in:
Lars Brubaker 2016-08-04 14:45:50 -07:00
parent 79d3686bca
commit 100a5bb882
2 changed files with 2 additions and 1 deletions

View file

@ -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