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 3997ab0 commit 8e5f58eCopy full SHA for 8e5f58e
RetailCoder.VBE/UI/Settings/IndenterSettings.xaml
@@ -26,9 +26,9 @@
26
</UserControl.Resources>
27
<Grid>
28
<Grid.RowDefinitions>
29
- <RowDefinition />
+ <RowDefinition Height="280" MaxHeight="280"/>
30
<RowDefinition Height="5" />
31
- <RowDefinition Height="200" />
+ <RowDefinition />
32
</Grid.RowDefinitions>
33
<ScrollViewer>
34
<StackPanel Margin="5">
@@ -198,7 +198,8 @@
198
199
<ScrollViewer Grid.Row="2"
200
VerticalScrollBarVisibility="Auto"
201
- HorizontalScrollBarVisibility="Auto">
+ HorizontalScrollBarVisibility="Auto"
202
+ Background="White">
203
<TextBlock Background="White"
204
xml:space="preserve"
205
Margin="5,0"
0 commit comments