mirror of
https://jihulab.com/DGP-Studio/Snap.Hutao.git
synced 2025-11-19 21:02:53 +08:00
ui/ux adjust
This commit is contained in:
@@ -11,4 +11,8 @@
|
|||||||
Content="{shcm:ResourceString Name=ViewControlElevationText}"
|
Content="{shcm:ResourceString Name=ViewControlElevationText}"
|
||||||
Foreground="{ThemeResource SystemFillColorCriticalBrush}"
|
Foreground="{ThemeResource SystemFillColorCriticalBrush}"
|
||||||
Icon="{shcm:FontIcon Glyph=}"
|
Icon="{shcm:FontIcon Glyph=}"
|
||||||
mc:Ignorable="d"/>
|
mc:Ignorable="d">
|
||||||
|
<clw:TokenItem.Resources>
|
||||||
|
<x:Double x:Key="ListViewItemDisabledThemeOpacity">1</x:Double>
|
||||||
|
</clw:TokenItem.Resources>
|
||||||
|
</clw:TokenItem>
|
||||||
|
|||||||
@@ -16,7 +16,10 @@
|
|||||||
<mxi:Interaction.Behaviors>
|
<mxi:Interaction.Behaviors>
|
||||||
<shcb:InvokeCommandOnLoadedBehavior Command="{Binding OpenUICommand}"/>
|
<shcb:InvokeCommandOnLoadedBehavior Command="{Binding OpenUICommand}"/>
|
||||||
</mxi:Interaction.Behaviors>
|
</mxi:Interaction.Behaviors>
|
||||||
<StackPanel Padding="0,4" Spacing="4">
|
<StackPanel
|
||||||
|
Margin="0,0,0,-2"
|
||||||
|
Padding="0,0,0,0"
|
||||||
|
Spacing="4">
|
||||||
<StackPanel.Resources>
|
<StackPanel.Resources>
|
||||||
<shc:BindingProxy x:Key="ViewModelBindingProxy" DataContext="{Binding}"/>
|
<shc:BindingProxy x:Key="ViewModelBindingProxy" DataContext="{Binding}"/>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user