Match sibling spacing
This commit is contained in:
parent
9472a8ebc3
commit
f33904ec6e
1 changed files with 1 additions and 1 deletions
|
|
@ -562,7 +562,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
{
|
||||
HAnchor = HAnchor.Absolute,
|
||||
VAnchor = VAnchor.Stretch,
|
||||
Margin = new BorderDouble(right: 2),
|
||||
Margin = new BorderDouble(right: 2, top: 1, bottom: 1),
|
||||
Border = new BorderDouble(1),
|
||||
BorderColor = theme.SlightShade,
|
||||
ProgressBackgroundColor = progressBackgroundColor,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue