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 20, 2021
1 parent 438a7ca commit 5b49b31
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Dock.Avalonia/Controls/ToolControl.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
<DockPanel x:Name="PART_DockPanel"
id:DockProperties.IsDropArea="True"
id:DockProperties.IsDockTarget="True"
Background="Transparent" ZIndex="1"
x:DataType="dmc:IToolDock"
x:CompileBindings="True">
<TabStrip x:Name="PART_TabStrip"
Expand Down Expand Up @@ -110,6 +109,10 @@
</ControlTemplate>
</Setter>
</Style>
<Style Selector="idc|ToolControl /template/ DockPanel#PART_DockPanel">
<Setter Property="Background" Value="Transparent" />
<Setter Property="ZIndex" Value="1" />
</Style>
<Style Selector="idc|ToolControl /template/ TabStrip#PART_TabStrip TabStripItem">
<Setter Property="FontSize" Value="{DynamicResource DockFontSizeNormal}" />
<Setter Property="FontWeight" Value="Normal" />
Expand Down

0 comments on commit 5b49b31

Please sign in to comment.