Changed: title colour
This commit is contained in:
parent
b7b771364a
commit
716fe09791
@ -14,7 +14,7 @@ namespace AppLauncher.Windows.Forms
|
|||||||
|
|
||||||
protected readonly Color titleBarColour = Color.FromArgb(237, 240, 247);
|
protected readonly Color titleBarColour = Color.FromArgb(237, 240, 247);
|
||||||
protected readonly Color titleBorderColour = Color.FromArgb(232, 231, 236);
|
protected readonly Color titleBorderColour = Color.FromArgb(232, 231, 236);
|
||||||
protected readonly Color titleColour = Color.FromArgb(156, 158, 171);
|
protected readonly Color titleColour = Color.FromArgb(32, 32, 33);
|
||||||
protected readonly int titleBarHeight = 56;
|
protected readonly int titleBarHeight = 56;
|
||||||
|
|
||||||
private bool isDragging = false;
|
private bool isDragging = false;
|
||||||
|
Reference in New Issue
Block a user