Changed the buttons to not be upper
This commit is contained in:
parent
145866c5b1
commit
2b515ec7cc
8 changed files with 16 additions and 16 deletions
|
|
@ -66,7 +66,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
// add the reset button first (if there is one)
|
||||
if (ActiveSliceSettings.Instance.GetValue<bool>(SettingsKey.show_reset_connection))
|
||||
{
|
||||
var resetConnectionButton = theme.ButtonFactory.Generate("Reset".Localize().ToUpper(), AggContext.StaticData.LoadIcon("e_stop.png", 14, 14, IconColor.Theme));
|
||||
var resetConnectionButton = theme.ButtonFactory.Generate("Reset".Localize(), AggContext.StaticData.LoadIcon("e_stop.png", 14, 14, IconColor.Theme));
|
||||
resetConnectionButton.ToolTipText = "Reboots the firmware on the controller".Localize();
|
||||
resetConnectionButton.Margin = defaultMargin;
|
||||
resetConnectionButton.Click += (s, e) =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue