Skip to content

Commit

Permalink
Update ToolControl.axaml
Browse files Browse the repository at this point in the history
  • Loading branch information
wieslawsoltes committed Jul 21, 2021
1 parent bb927e2 commit 23554c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Dock.Avalonia/Controls/ToolControl.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@
<Setter Property="BorderBrush" Value="{DynamicResource DockThemeBorderLowBrush}" />
</Style>
<Style Selector="idc|ToolControl /template/ Separator#PART_Separator">

<Setter Property="Margin" Value="1,0,1,0" />
<Setter Property="DockPanel.Dock" Value="Bottom" />
</Style>
<Style Selector="idc|ToolControl /template/ Separator#PART_Separator">
Expand Down

0 comments on commit 23554c3

Please sign in to comment.