Изменение стилей дополнительных форм

This commit is contained in:
2024-10-10 12:30:53 +03:00
parent 533ec8fc70
commit 5dc3e6269c
43 changed files with 55 additions and 30 deletions

View File

@@ -76,7 +76,7 @@ namespace GtaVUsersInfo.Sources
control.Size = new Size(newWidth, newHeight);
}
if (control is TextBox || control is Button)
if (control is TextBox || control is Button || control is ComboBox)
{
control.Font = font;
control.ForeColor = color;