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 f8a1787 commit e870dda
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions App.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,14 @@
<Setter Property="Margin" Value="0,5,3,3"/>
<Setter Property="Padding" Value="6,6,0,6"/>
<Setter Property="HorizontalAlignment" Value="Stretch"/>
<Setter Property="ItemContainerStyle">
<Setter.Value>
<Style TargetType="ComboBoxItem">
<Setter Property="Height" Value="25"/>
<Setter Property="VerticalContentAlignment" Value="Center"/>
</Style>
</Setter.Value>
</Setter>
</Style>
<Style TargetType="Ellipse" x:Key="ConfigEilipse">
<Setter Property="Width" Value="28"/>
Expand Down

0 comments on commit e870dda

Please sign in to comment.