We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bb9e7cc + 8a74be3 commit cef981bCopy full SHA for cef981b
RetailCoder.VBE/UI/Settings/IndenterSettings.xaml
@@ -179,7 +179,16 @@
179
</StackPanel>
180
</ScrollViewer>
181
182
- <GridSplitter Grid.Row="1" Height="5" ShowsPreview="True" Cursor="SizeNS" HorizontalAlignment="Stretch"/>
+ <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" />
192
193
<ScrollViewer Grid.Row="2"
194
VerticalScrollBarVisibility="Auto"
0 commit comments