Added sliding action buttons to PrintLibrary and Print History.

Made it possible to open part preview directly into 'Edit' mode.
This commit is contained in:
kevinepope 2014-10-05 16:07:06 -07:00
parent f2c728d3b6
commit bacd85da89
8 changed files with 390 additions and 212 deletions

View file

@ -81,7 +81,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
settingsControlBar = new SettingsControlBar();
pageTopToBottomLayout.AddChild(settingsControlBar);
noConnectionMessageContainer = new AltGroupBox(LocalizedString.Get("No Printer Selected"));
noConnectionMessageContainer = new AltGroupBox(new TextWidget(LocalizedString.Get("No Printer Selected"), pointSize: 18, textColor: ActiveTheme.Instance.SecondaryAccentColor));
noConnectionMessageContainer.Margin = new BorderDouble(top: 10);
noConnectionMessageContainer.TextColor = ActiveTheme.Instance.PrimaryTextColor;
noConnectionMessageContainer.BorderColor = ActiveTheme.Instance.PrimaryTextColor;