Widen power monitoring widget (#29062)
This commit is contained in:
parent
6ff91b6227
commit
2306841b37
|
|
@ -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,
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue