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 16, 2019
1 parent e938c0c commit 037b54a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion App.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
</Style>
<Style TargetType="Button" x:Key="ConfigButton">
<Setter Property="Margin" Value="0,5,3,3"/>
<Setter Property="Padding" Value="48,6,48,6"/>
<Setter Property="Padding" Value="0,6,0,6"/>
<Setter Property="Background" Value="White"/>
<Setter Property="BorderBrush" Value="Black"/>
<Setter Property="HorizontalAlignment" Value="Stretch"/>
Expand Down
2 changes: 1 addition & 1 deletion Views/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,8 @@
Visibility="{Binding HelpModel.ViewVisibility}">
<Grid x:Name="ConfigGrid">
<Grid.ColumnDefinitions>
<ColumnDefinition Width="1*"/>
<ColumnDefinition Width="Auto"/>
<ColumnDefinition Width="1*"/>
</Grid.ColumnDefinitions>
<Grid.RowDefinitions>
<RowDefinition/>
Expand Down

0 comments on commit 037b54a

Please sign in to comment.