mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Allow DPI changes via text input
This commit is contained in:
@@ -77,6 +77,12 @@ public static class ControlHelper
|
||||
combo.ButtonColor = RForm.buttonMain;
|
||||
combo.ArrowColor = RForm.foreMain;
|
||||
}
|
||||
var numbericUpDown = control as NumericUpDown;
|
||||
if(numbericUpDown is not null)
|
||||
{
|
||||
numbericUpDown.ForeColor = RForm.foreMain;
|
||||
numbericUpDown.BackColor = RForm.buttonMain;
|
||||
}
|
||||
|
||||
var gb = control as GroupBox;
|
||||
if (gb != null)
|
||||
|
||||
Reference in New Issue
Block a user