Clocks fixes

This commit is contained in:
Serge
2023-05-09 18:02:59 +02:00
parent 56ea434626
commit c69bf65c84
4 changed files with 39 additions and 22 deletions

View File

@@ -92,7 +92,7 @@ public static class ControlHelper
}
var chk = control as CheckBox;
if (chk != null && chk.Padding.Left > 5)
if (chk != null && chk.Padding.Right > 5)
{
chk.BackColor = RForm.buttonSecond;
}