Skip to content

Commit 7fb1f8b

Browse files
committed
Make the indenter settings gridsplitter a little more obvious
1 parent bb9e7cc commit 7fb1f8b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

RetailCoder.VBE/UI/Settings/IndenterSettings.xaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,14 @@
179179
</StackPanel>
180180
</ScrollViewer>
181181

182-
<GridSplitter Grid.Row="1" Height="5" ShowsPreview="True" Cursor="SizeNS" HorizontalAlignment="Stretch"/>
182+
<GridSplitter Grid.Row="1"
183+
Height="5"
184+
ShowsPreview="False"
185+
Cursor="SizeNS"
186+
HorizontalAlignment="Stretch"
187+
Background="DarkGray"
188+
BorderBrush="Transparent"
189+
BorderThickness="2" />
183190

184191
<ScrollViewer Grid.Row="2"
185192
VerticalScrollBarVisibility="Auto"

0 commit comments

Comments
 (0)