Skip to content

Commit

Permalink
Merge pull request #121 from wieslawsoltes/fixes/remove-padding-toolc…
Browse files Browse the repository at this point in the history
…ontrol

remove padding from toolcontrol
  • Loading branch information
wieslawsoltes authored Oct 18, 2019
2 parents 871af6f + 86c41a6 commit 76c591b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Dock.Avalonia.Themes.Default/ToolControl.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
</Style>
<Style Selector="Border.panel">
<Setter Property="Margin" Value="0" />
<Setter Property="Padding" Value="4" />
<Setter Property="BorderBrush" Value="{DynamicResource ThemeBorderLowBrush}" />
<Setter Property="BorderThickness" Value="1 0 1 1" />
</Style>
Expand Down

0 comments on commit 76c591b

Please sign in to comment.