Skip to content

Commit ed50052

Browse files
author
Steve Ives
committed
Set main tab control background.
1 parent fe82265 commit ed50052

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

HarmonyCoreGenerator/View/MainWindow.xaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@
6464

6565
<TabControl
6666
Grid.Row="1"
67-
SelectedIndex="{Binding SelectedTabIndex}">
67+
SelectedIndex="{Binding SelectedTabIndex}"
68+
Background="{DynamicResource {x:Static SystemColors.ControlBrushKey}}">
6869

6970
<!-- TAB 0: SOLUTION INFO -->
7071

0 commit comments

Comments
 (0)