Изменение стилей дополнительных форм
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user