Skip to content

Commit cef981b

Browse files
authored
Merge pull request #2159 from Hosch250/settingsBug
Make the indenter settings gridsplitter a little more obvious
2 parents bb9e7cc + 8a74be3 commit cef981b

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

RetailCoder.VBE/UI/Settings/IndenterSettings.xaml

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

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

184193
<ScrollViewer Grid.Row="2"
185194
VerticalScrollBarVisibility="Auto"

0 commit comments

Comments
 (0)