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>
|
</StatusBarItem>
|
||||||
<Separator Width="1"/>
|
<Separator Width="1"/>
|
||||||
<StatusBarItem x:Name="appPlaybackControl" Visibility="Collapsed">
|
<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}">
|
Command="{x:Static local:Commands.StopPlayback}">
|
||||||
<Rectangle Stretch="Fill" Fill="Black" Width="8" Height="8"/>
|
<Rectangle Stretch="Fill" Fill="Black" Width="8" Height="8"/>
|
||||||
</Button>
|
</Button>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user