We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0c7491 commit d2a6613Copy full SHA for d2a6613
src/SQLScriptsExplorer.Addin/Commands/ToolWindow/MainToolWindowControl.xaml
@@ -21,10 +21,12 @@
21
<StackPanel>
22
<ToolBarTray
23
x:Name="mainToolBarTray"
24
+ Background="{Binding Path=Background, RelativeSource={RelativeSource AncestorType={x:Type UserControl}}}"
25
DockPanel.Dock="Top"
26
IsLocked="True">
27
<ToolBar
28
x:Name="mainToolBar"
29
30
BorderThickness="0"
31
Loaded="ToolBar_Loaded">
32
<Button Click="btnFormatSelection_Click" ToolTip="Format Selection">
0 commit comments