UI tweaks

This commit is contained in:
seerge
2023-03-30 11:57:11 +02:00
parent a7a7170676
commit 228ad70b8d
7 changed files with 12 additions and 15 deletions

View File

@@ -71,8 +71,8 @@ namespace CustomControls
}
private Color buttonColor = Color.FromArgb(255,230, 230, 230);
[DefaultValue(typeof(Color), "230, 230, 230")]
private Color buttonColor = Color.FromArgb(255, 255, 255, 255);
[DefaultValue(typeof(Color), "255, 255, 255")]
public Color ButtonColor
{
get { return buttonColor; }