Skip to content

Commit 7e9454c

Browse files
committed
ready to release
1 parent 19afd93 commit 7e9454c

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/gif/gif.gif

-1.61 MB
Binary file not shown.
142 KB
Loading

View/MainWindow.axaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
Foreground="White" Background="Transparent" Text="No artist" />
138138

139139
<Slider HorizontalAlignment="Center" IsVisible="True"
140-
Name="TrackPositionSlider" />
140+
Name="TrackPositionSlider" Width="250" />
141141

142142
<TextBlock Name="TrackDuration" FontSize="14" FontWeight="ExtraBold" IsVisible="True"
143143
TextAlignment="Center" HorizontalAlignment="Center"
@@ -149,7 +149,7 @@
149149
</Border>
150150

151151
<Slider HorizontalAlignment="Center" ValueChanged="VolumeSlider_OnValueChanged"
152-
Name="VolumeSlider" />
152+
Name="VolumeSlider" Width="250" />
153153
</StackPanel>
154154
</Border>
155155

0 commit comments

Comments
 (0)