Restore last separator line, adjust spacing, set SettingsRow bg color
This commit is contained in:
parent
c9d6b20e16
commit
2307358ac8
2 changed files with 5 additions and 5 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue