(GUI): stop button size.

This commit is contained in:
morkt 2018-01-07 12:05:48 +04:00
parent d8d2c57248
commit 444a15b94a

View File

@ -252,7 +252,8 @@
</StatusBarItem>
<Separator Width="1"/>
<StatusBarItem x:Name="appPlaybackControl" Visibility="Collapsed">
<Button Width="19" Height="19" HorizontalAlignment="Left" VerticalAlignment="Top"
<Button Width="18" Height="18"
HorizontalContentAlignment="Center" VerticalContentAlignment="Center"
Command="{x:Static local:Commands.StopPlayback}">
<Rectangle Stretch="Fill" Fill="Black" Width="8" Height="8"/>
</Button>