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

@@ -106,7 +106,8 @@ public static class ControlHelper
combo.BackColor = backMain;
combo.ForeColor = foreMain;
combo.BorderColor = backMain;
combo.ButtonColor = buttonMain;
combo.ButtonColor = backMain;
combo.ArrowColor = foreMain;
}
var gb = control as GroupBox;