Skip to content
This repository was archived by the owner on Jan 19, 2026. It is now read-only.

Commit 332e343

Browse files
committed
fix(SongBox alignment)
1 parent af4ff0b commit 332e343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

View/MainWindow.axaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
<WrapPanel Tag="PlayQueueContent" Grid.Row="2" Grid.Column="0" Grid.ColumnSpan="2"
119119
x:Name="PlayQueueContent" IsVisible="False"
120120
Orientation="Horizontal"
121-
HorizontalAlignment="Left"
121+
HorizontalAlignment="Center"
122122
VerticalAlignment="Top"
123123
ItemsAlignment="Center">
124124
<ListBox Name="SongBox" Width="300" Height="300" />

0 commit comments

Comments
 (0)