Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
nagasurya committed Feb 28, 2022
1 parent 4d9890c commit 1e96735
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ProxySuper.WPF/App.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand All @@ -24,7 +24,7 @@
</Style>
</ResourceDictionary>

<!--components styles-->
<!--component style-->
<ResourceDictionary Source="/Resources/Styles/DataGridStyle.xaml" />

</ResourceDictionary.MergedDictionaries>
Expand Down

0 comments on commit 1e96735

Please sign in to comment.