Improved connection message.
This commit is contained in:
parent
84efcd9f2b
commit
e7a4ca2a8d
1 changed files with 2 additions and 2 deletions
|
|
@ -86,8 +86,8 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
noConnectionMessageContainer.HAnchor = Agg.UI.HAnchor.ParentLeftRight;
|
||||
noConnectionMessageContainer.Height = 90;
|
||||
|
||||
string noConnectionString = LocalizedString.Get("No printer is currently selected. Select a printer to edit slice settings.");
|
||||
noConnectionString += "\n\n " + LocalizedString.Get("NOTE: You need to select a printer, but do not need to connect to it.");
|
||||
string noConnectionString = LocalizedString.Get("No printer is currently selected. Please select a printer to edit slice settings.");
|
||||
noConnectionString += "\n\n" + LocalizedString.Get("NOTE: You need to select a printer, but do not need to connect to it.");
|
||||
TextWidget noConnectionMessage = new TextWidget(noConnectionString, pointSize:10);
|
||||
noConnectionMessage.Margin = new BorderDouble(5);
|
||||
noConnectionMessage.TextColor = ActiveTheme.Instance.PrimaryTextColor;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue