Skip to content

Commit c913b4c

Browse files
committed
Merge branch 'next' of https://github.com/rubberduck-vba/Rubberduck into release
2 parents 160c1ff + 249de2d commit c913b4c

File tree

4 files changed

+14
-7
lines changed

4 files changed

+14
-7
lines changed

RetailCoder.VBE/UI/About/AboutControl.xaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,12 @@ Andrew Jackson
8787
Andrin Meier
8888
Bruno Costa
8989
Carlos J. Quintero (MZ-Tools articles & help with VBE API)
90+
@Comintern
9091
@daFreeMan
9192
@Duga SE chat bot
9293
Francis Veilleux-Gaboury
9394
Frank Van Heeswijk
95+
Gareth Leachman
9496
@Heslacher
9597
Jeroen Vannevel
9698
@mjolka

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)