Got the view to be off center

Made the gcode panel and the model panel match sizes
The vanishing point can be moved in x
This commit is contained in:
Lars Brubaker 2018-04-18 09:36:53 -07:00
parent 481e12b807
commit 3a26b12f22
6 changed files with 24 additions and 23 deletions

View file

@ -24,7 +24,6 @@ namespace MatterHackers.MatterControl
public const string SelectedObjectPanelWidth = nameof(SelectedObjectPanelWidth);
public const string ConfigurePrinter_CurrentTab = nameof(ConfigurePrinter_CurrentTab);
public const string ConfigurePrinterTabVisible = nameof(ConfigurePrinterTabVisible);
public const string GCodePanelWidth = nameof(GCodePanelWidth);
public const string MirrorPanelExpanded = nameof(MirrorPanelExpanded);
public const string MaterialsPanelExpanded = nameof(MaterialsPanelExpanded);
public const string ColorPanelExpanded = nameof(ColorPanelExpanded);