mirror of
https://gitee.com/chinware/atomui.git
synced 2024-11-29 18:38:16 +08:00
feat: 修复showcase里图标居中样式
This commit is contained in:
parent
32b0736746
commit
0aa57334c0
@ -17,8 +17,9 @@
|
||||
Width="{TemplateBinding Width}"
|
||||
Height="{TemplateBinding Height}"
|
||||
Background="{TemplateBinding Background}">
|
||||
<StackPanel Orientation="Vertical" VerticalAlignment="Center" HorizontalAlignment="Center">
|
||||
<StackPanel Orientation="Vertical">
|
||||
<atom:PathIcon
|
||||
HorizontalAlignment="Center"
|
||||
Kind="{Binding IconKind}"
|
||||
Width="48"
|
||||
Height="48">
|
||||
|
Loading…
Reference in New Issue
Block a user