refactoring

This commit is contained in:
LarsBrubaker 2020-09-11 19:59:14 -07:00
parent c66838d5e3
commit 1dfe8b3ee5
59 changed files with 1210 additions and 1178 deletions

View file

@ -59,7 +59,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
pendingTasksList = new FlowLayoutWidget(FlowDirection.TopToBottom)
{
BackgroundColor = theme.InteractionLayerOverlayColor,
BackgroundColor = theme.Object3DControlLayerOverlayColor,
HAnchor = HAnchor.Fit | HAnchor.Left,
VAnchor = VAnchor.Fit,
MinimumSize = new Vector2(325 * GuiWidget.DeviceScale, 0),