mirror of
https://github.com/crskycode/GARbro.git
synced 2024-12-24 03:44:13 +08:00
(GUI): stop button size.
This commit is contained in:
parent
d8d2c57248
commit
444a15b94a
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user