More consistent GCode SectionWidget styling

This commit is contained in:
John Lewin 2018-05-15 08:42:56 -07:00
parent 50f871e59b
commit 0ab83d9a92
4 changed files with 33 additions and 19 deletions

View file

@ -113,7 +113,7 @@ namespace MatterHackers.MatterControl.CustomWidgets
public override string ToolTipText
{
get => settingsLabel != null ? settingsLabel.ToolTipText : null;
get => settingsLabel?.ToolTipText;
set
{
if (settingsLabel != null)