We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19afd93 commit 7e9454cCopy full SHA for 7e9454c
.github/gif/gif.gif
-1.61 MB
.github/screenshots/avalonix_screenshot.jpg
142 KB
View/MainWindow.axaml
@@ -137,7 +137,7 @@
137
Foreground="White" Background="Transparent" Text="No artist" />
138
139
<Slider HorizontalAlignment="Center" IsVisible="True"
140
- Name="TrackPositionSlider" />
+ Name="TrackPositionSlider" Width="250" />
141
142
<TextBlock Name="TrackDuration" FontSize="14" FontWeight="ExtraBold" IsVisible="True"
143
TextAlignment="Center" HorizontalAlignment="Center"
@@ -149,7 +149,7 @@
149
</Border>
150
151
<Slider HorizontalAlignment="Center" ValueChanged="VolumeSlider_OnValueChanged"
152
- Name="VolumeSlider" />
+ Name="VolumeSlider" Width="250" />
153
</StackPanel>
154
155
0 commit comments