Skip to content

Commit d2a6613

Browse files
adjusted toolbar background in dark theme
1 parent e0c7491 commit d2a6613

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/SQLScriptsExplorer.Addin/Commands/ToolWindow/MainToolWindowControl.xaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,12 @@
2121
<StackPanel>
2222
<ToolBarTray
2323
x:Name="mainToolBarTray"
24+
Background="{Binding Path=Background, RelativeSource={RelativeSource AncestorType={x:Type UserControl}}}"
2425
DockPanel.Dock="Top"
2526
IsLocked="True">
2627
<ToolBar
2728
x:Name="mainToolBar"
29+
Background="{Binding Path=Background, RelativeSource={RelativeSource AncestorType={x:Type UserControl}}}"
2830
BorderThickness="0"
2931
Loaded="ToolBar_Loaded">
3032
<Button Click="btnFormatSelection_Click" ToolTip="Format Selection">

0 commit comments

Comments
 (0)