Skip to content

Commit 8a74be3

Browse files
committed
Improve gridsplitter UI more.
1 parent 7fb1f8b commit 8a74be3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

RetailCoder.VBE/UI/Settings/IndenterSettings.xaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,14 +179,16 @@
179179
</StackPanel>
180180
</ScrollViewer>
181181

182+
<Border Grid.Row="1" BorderBrush="DarkGray" BorderThickness="1" />
182183
<GridSplitter Grid.Row="1"
183184
Height="5"
184185
ShowsPreview="False"
185186
Cursor="SizeNS"
186-
HorizontalAlignment="Stretch"
187187
Background="DarkGray"
188188
BorderBrush="Transparent"
189-
BorderThickness="2" />
189+
BorderThickness="2"
190+
HorizontalAlignment="Stretch"
191+
Width="15" />
190192

191193
<ScrollViewer Grid.Row="2"
192194
VerticalScrollBarVisibility="Auto"

0 commit comments

Comments
 (0)