Use common button spacing

This commit is contained in:
John Lewin 2017-08-10 05:13:45 -07:00
parent b4ce775bed
commit 40e729ab8c
3 changed files with 18 additions and 11 deletions

View file

@ -80,7 +80,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
double buildHeight = activeSettings.GetValue<double>(SettingsKey.build_height);
viewControls3D = new ViewControls3D(ApplicationController.Instance.Theme.ViewControlsButtonFactory)
viewControls3D = new ViewControls3D(ApplicationController.Instance.Theme)
{
PartSelectVisible = false,
VAnchor = VAnchor.Top | VAnchor.Fit | VAnchor.Absolute,