UI tweaks

This commit is contained in:
Serge
2024-01-01 16:26:17 +01:00
parent aabead161a
commit 7bd0d3594a
6 changed files with 375 additions and 373 deletions

View File

@@ -50,6 +50,9 @@ public static class ControlHelper
{
foreach (Control control in controls)
{
AdjustControls(control.Controls);
var button = control as RButton;
if (button != null)
{
@@ -132,7 +135,6 @@ public static class ControlHelper
}
AdjustControls(control.Controls);
}
}