Skip to content

Commit 043125a

Browse files
authored
Fixed progressRing not centered
1 parent dd68273 commit 043125a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/UniGetUI/Controls/CustomNavViewItem.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ public CustomNavViewItem()
7070

7171
_progressRing = new ProgressRing
7272
{
73+
Width = 24,
74+
Height = 24,
7375
Margin = new Thickness(-42, 0, 0, 0),
7476
HorizontalAlignment = HorizontalAlignment.Left,
7577
VerticalAlignment = VerticalAlignment.Center,

0 commit comments

Comments
 (0)