mirror of
https://github.com/denglihong2007/CRSim
synced 2026-08-06 17:53:17 +08:00
style: 优化按钮大小
This commit is contained in:
@@ -146,11 +146,11 @@
|
||||
</StackPanel>
|
||||
</Button>
|
||||
<Button Command="{x:Bind ViewModel.PackPluginCommand}" Visibility="{x:Bind ViewModel.SelectedPlugin,Mode=OneWay,Converter={StaticResource PluginLoadStatusToVisibilityConverter},ConverterParameter=Loaded}">
|
||||
<FontIcon Glyph=""/>
|
||||
<FontIcon Glyph="" FontSize="16"/>
|
||||
</Button>
|
||||
<Button Command="{x:Bind ViewModel.UninstallPluginCommand}" Visibility="{x:Bind ViewModel.SelectedPlugin,Mode=OneWay,Converter={StaticResource PluginLoadStatusToVisibilityConverter},ConverterParameter=Loaded}">
|
||||
<StackPanel Orientation="Horizontal" VerticalAlignment="Center">
|
||||
<FontIcon Glyph="" Margin="0,0,8,0"/>
|
||||
<FontIcon Glyph="" Margin="0,0,8,0" FontSize="16"/>
|
||||
<TextBlock Text="卸载" VerticalAlignment="Center"/>
|
||||
</StackPanel>
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user