Skip to content

Commit 43f9855

Browse files
committed
feat: replace GridSplitter with Separator
1 parent 1ab5736 commit 43f9855

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Desktop/MainWindow.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
<MenuItem Header="_2 - Project Tree" Click="NavigateToProjectTree" />
8181
</Menu>
8282
</StackPanel>
83-
<GridSplitter Grid.Column="1" Width="5" />
83+
<Separator Grid.Column="1" Width="5" />
8484
<ContentControl Grid.Column="2" Margin="{StaticResource DefaultMargin}" Name="Content" />
8585
</Grid>
8686
</DockPanel>

0 commit comments

Comments
 (0)