Skip to content

Commit 722faac

Browse files
committed
Optimize the padding value of StatusBarItem
1 parent a954ea2 commit 722faac

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

IPConfig/Views/MainWindow.xaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,11 @@
424424
DockPanel.Dock="Bottom"
425425
FontSize="10">
426426
<StatusBar.Resources>
427+
<Style BasedOn="{StaticResource StatusBarItemBaseStyle}"
428+
TargetType="{x:Type StatusBarItem}">
429+
<Setter Property="Padding" Value="10,0" />
430+
</Style>
431+
427432
<Style BasedOn="{StaticResource TextBlockDefault}"
428433
TargetType="{x:Type TextBlock}" />
429434
</StatusBar.Resources>

0 commit comments

Comments
 (0)