Restore last separator line, adjust spacing, set SettingsRow bg color

This commit is contained in:
John Lewin 2017-09-12 08:30:27 -07:00
parent c9d6b20e16
commit 2307358ac8
2 changed files with 5 additions and 5 deletions

View file

@ -101,6 +101,7 @@ namespace MatterHackers.MatterControl
public int SplitterWidth => (int)(7 * (GuiWidget.DeviceScale <= 1 ? GuiWidget.DeviceScale : GuiWidget.DeviceScale * 1.4));
public RGBA_Bytes SlightShade { get; } = new RGBA_Bytes(0, 0, 0, 40);
public RGBA_Bytes MinimalShade { get; } = new RGBA_Bytes(0, 0, 0, 15);
public TextImageButtonFactory DisableableControlBase { get; private set; }
public TextImageButtonFactory HomingButtons { get; private set; }