1
0
mirror of https://github.com/proxysu/ProxySU.git synced 2024-11-21 20:56:08 +03:00
This commit is contained in:
abc 2022-02-28 10:09:13 +08:00
parent 4d9890c797
commit 1e96735db6

View File

@ -8,10 +8,10 @@
<Application.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<!--Languages-->
<!--Language-->
<ResourceDictionary Source="/Resources/Languages/zh_cn.xaml" />
<!--styles-->
<!--style-->
<ResourceDictionary>
<Style TargetType="{x:Type TextBox}">
<Setter Property="Padding" Value="5,2" />
@ -24,7 +24,7 @@
</Style>
</ResourceDictionary>
<!--components styles-->
<!--component style-->
<ResourceDictionary Source="/Resources/Styles/DataGridStyle.xaml" />
</ResourceDictionary.MergedDictionaries>