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:
parent
f2c728d3b6
commit
bacd85da89
8 changed files with 390 additions and 212 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue