Widen power monitoring widget (#29062)

This commit is contained in:
Partmedia 2024-06-15 17:06:54 -08:00 committed by GitHub
parent 17aa1f98a1
commit e633fe801b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -482,7 +482,7 @@ public sealed class PowerMonitoringButton : Button
{
HorizontalAlignment = HAlignment.Right,
Align = Label.AlignMode.Right,
SetWidth = 72f,
SetWidth = 80f,
Margin = new Thickness(10, 0, 0, 0),
ClipText = true,
};