Improve spacing, pull content closer to title bar
This commit is contained in:
parent
260fcda8a9
commit
8c1cca0a01
1 changed files with 1 additions and 4 deletions
|
|
@ -81,10 +81,7 @@ namespace MatterControlLib.SetupWizard
|
|||
|
||||
column.AddChild(content);
|
||||
|
||||
var padding = new BorderDouble(theme.DefaultContainerPadding);
|
||||
|
||||
// Temporarily add the popover padding to the child content
|
||||
content.Padding = padding.Clone(top: 0);
|
||||
content.Padding = new BorderDouble(theme.DefaultContainerPadding).Clone(top: 0);
|
||||
|
||||
var totalWidth = this.Width + this.DeviceMarginAndBorder.Width;
|
||||
var totalHeight = this.Height + this.DeviceMarginAndBorder.Height;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue