We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ab5736 commit 43f9855Copy full SHA for 43f9855
1 file changed
Desktop/MainWindow.xaml
@@ -80,7 +80,7 @@
80
<MenuItem Header="_2 - Project Tree" Click="NavigateToProjectTree" />
81
</Menu>
82
</StackPanel>
83
- <GridSplitter Grid.Column="1" Width="5" />
+ <Separator Grid.Column="1" Width="5" />
84
<ContentControl Grid.Column="2" Margin="{StaticResource DefaultMargin}" Name="Content" />
85
</Grid>
86
</DockPanel>
0 commit comments