Skip to content

Commit b0329a9

Browse files
committed
resized settings window, made it sizeable, and added a gridsplitter to the indenter settings
1 parent 883162f commit b0329a9

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

RetailCoder.VBE/UI/Settings/IndenterSettings.xaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
<Grid>
2828
<Grid.RowDefinitions>
2929
<RowDefinition />
30-
<RowDefinition Height="100" />
30+
<RowDefinition Height="5" />
31+
<RowDefinition Height="200" />
3132
</Grid.RowDefinitions>
3233
<ScrollViewer>
3334
<StackPanel Margin="5">
@@ -178,7 +179,9 @@
178179
</StackPanel>
179180
</ScrollViewer>
180181

181-
<ScrollViewer Grid.Row="1"
182+
<GridSplitter Grid.Row="1" Height="5" ShowsPreview="True" Cursor="SizeNS" HorizontalAlignment="Stretch"/>
183+
184+
<ScrollViewer Grid.Row="2"
182185
VerticalScrollBarVisibility="Auto"
183186
HorizontalScrollBarVisibility="Auto">
184187
<TextBlock Background="White"

RetailCoder.VBE/UI/Settings/SettingsForm.Designer.cs

Lines changed: 6 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

RetailCoder.VBE/UI/Settings/SettingsForm.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,4 +139,4 @@
139139
AAAABwAAAAMAAAADAAAAAwAAAAMAAAADAAAAAwAAAAAAAAQAAACMAAAA/AAAAP4DAAD+BwAA
140140
</value>
141141
</data>
142-
</root>
142+
</root>

0 commit comments

Comments
 (0)