Changed the buttons to not be upper

This commit is contained in:
LarsBrubaker 2017-12-10 21:44:08 -08:00
parent 145866c5b1
commit 2b515ec7cc
8 changed files with 16 additions and 16 deletions

View file

@ -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) =>