Skip to content

Commit

Permalink
perf: 优化配置区UI视图
Browse files Browse the repository at this point in the history
Signed-off-by: Leven <levenchn@163.com>
  • Loading branch information
leven99 committed Oct 20, 2019
1 parent de1f250 commit fafcccd
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions App.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,12 @@

<!--MainWindows XAML - Config Block style-->
<Style TargetType="TextBlock" x:Key="ConfigTextBlock">
<Setter Property="Margin" Value="3,0,0,0"/>
<Setter Property="HorizontalAlignment" Value="Left"/>
<Setter Property="VerticalAlignment" Value="Center"/>
</Style>
<Style TargetType="ComboBox" x:Key="ConfigComboBox">
<Setter Property="Margin" Value="0,5,3,3"/>
<Setter Property="Padding" Value="6,6,0,6"/>
<Setter Property="Margin" Value="0,4,0,4"/>
<Setter Property="Padding" Value="6,6,6,6"/>
<Setter Property="HorizontalAlignment" Value="Stretch"/>
<Setter Property="ItemContainerStyle">
<Setter.Value>
Expand All @@ -96,7 +95,7 @@
<Setter Property="Height" Value="28"/>
</Style>
<Style TargetType="Button" x:Key="ConfigButton">
<Setter Property="Margin" Value="0,5,3,3"/>
<Setter Property="Margin" Value="0,5,0,3"/>
<Setter Property="Padding" Value="0,6,0,6"/>
<Setter Property="Background" Value="White"/>
<Setter Property="BorderBrush" Value="Black"/>
Expand Down

0 comments on commit fafcccd

Please sign in to comment.