UI Tweaks

This commit is contained in:
Serge
2024-09-28 09:31:39 +02:00
parent 489616d255
commit 819506e7ee

View File

@@ -225,14 +225,11 @@ namespace GHelper
} }
public void _VisualiseNewCount(int updatesCount, TableLayoutPanel table) public void _VisualiseNewCount(int updatesCount, TableLayoutPanel table)
{
Invoke(delegate
{ {
labelUpdates.Text = $"{Properties.Strings.NewUpdates}: {updatesCount}"; labelUpdates.Text = $"{Properties.Strings.NewUpdates}: {updatesCount}";
labelUpdates.ForeColor = colorTurbo; labelUpdates.ForeColor = colorTurbo;
labelUpdates.Font = new Font(labelUpdates.Font, FontStyle.Bold); labelUpdates.Font = new Font(labelUpdates.Font, FontStyle.Bold);
panelBios.AccessibleName = labelUpdates.Text; panelBios.AccessibleName = labelUpdates.Text;
});
} }
static string CleanupDeviceId(string input) static string CleanupDeviceId(string input)