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.
1 parent 7fb1f8b commit 8a74be3Copy full SHA for 8a74be3
RetailCoder.VBE/UI/Settings/IndenterSettings.xaml
@@ -179,14 +179,16 @@
179
</StackPanel>
180
</ScrollViewer>
181
182
+ <Border Grid.Row="1" BorderBrush="DarkGray" BorderThickness="1" />
183
<GridSplitter Grid.Row="1"
184
Height="5"
185
ShowsPreview="False"
186
Cursor="SizeNS"
- HorizontalAlignment="Stretch"
187
Background="DarkGray"
188
BorderBrush="Transparent"
189
- BorderThickness="2" />
+ BorderThickness="2"
190
+ HorizontalAlignment="Stretch"
191
+ Width="15" />
192
193
<ScrollViewer Grid.Row="2"
194
VerticalScrollBarVisibility="Auto"
0 commit comments