Skip to content

Commit 75c979d

Browse files
committed
fix markup
1 parent dd25d54 commit 75c979d

File tree

1 file changed

+13
-17
lines changed

1 file changed

+13
-17
lines changed

Rubberduck.Core/UI/About/AboutControl.xaml

Lines changed: 13 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
<ColumnDefinition Width="*" MinWidth="250"/>
9292
<ColumnDefinition Width="*" MinWidth="250"/>
9393
</Grid.ColumnDefinitions>
94-
94+
9595
<StackPanel MinHeight="100" MinWidth="250" VerticalAlignment="Top">
9696
<TextBlock x:Name="Version" Text="{Binding Version}" Style="{StaticResource HeadingLabel}" HorizontalAlignment="Center" Margin="5" />
9797
<TextBlock x:Name="OperatingSystem" Text="{Binding OperatingSystem}" Style="{StaticResource NormalLabel}" HorizontalAlignment="Center"/>
@@ -110,7 +110,7 @@
110110
</TextBlock>
111111
</StackPanel>
112112

113-
<TextBlock Grid.Column="0" Grid.Row="2" TextAlignment="Center">
113+
<TextBlock Grid.Column="0" Grid.Row="2" TextAlignment="Center">
114114
<StackPanel Orientation="Vertical" Margin="10">
115115
<TextBlock Text="{Resx ResxName=Rubberduck.Resources.About.AboutUI, Key=AboutWindow_FoundAnIssue}"
116116
Style="{StaticResource HeadingLabel}"/>
@@ -169,6 +169,7 @@
169169
</TextBlock>
170170
</StackPanel>
171171
</TextBlock>
172+
</Grid>
172173
</Border>
173174
<Border Grid.Row="1" Grid.Column="1" Grid.RowSpan="2" Style="{StaticResource SectionBorder}">
174175
<ScrollViewer Margin="5" Height="360" HorizontalScrollBarVisibility="Disabled" VerticalScrollBarVisibility="Visible">
@@ -178,24 +179,21 @@
178179
<TextBlock Text="{Resx ResxName=Rubberduck.Resources.About.AboutUI, Key=AboutWindow_AttributionList}"
179180
Style="{StaticResource NormalLabel}" Margin="5" />
180181

181-
<TextBlock Text="{Resx ResxName=Rubberduck.Resources.About.AboutUI, Key=AboutWindow_SpecialThanksLabel}"
182-
Style="{StaticResource HeadingLabel}" Margin="0,5" />
183-
<StackPanel Margin="5,0,0,0">
184-
<TextBlock Text="{Resx ResxName=Rubberduck.Resources.About.AboutUI, Key=AboutWindow_CommunityHeader}"
185-
Style="{StaticResource NormalLabel}" FontWeight="Bold" />
186-
<TextBlock Style="{StaticResource NormalLabel}" Margin="5,0"
187-
xml:space="preserve">Code Review (Stack Exchange)
182+
<TextBlock Text="{Resx ResxName=Rubberduck.Resources.About.AboutUI, Key=AboutWindow_SpecialThanksLabel}"
183+
Style="{StaticResource HeadingLabel}" Margin="0,5" />
184+
<StackPanel Margin="5,0,0,0">
185+
<TextBlock Text="{Resx ResxName=Rubberduck.Resources.About.AboutUI, Key=AboutWindow_CommunityHeader}"
186+
Style="{StaticResource NormalLabel}" FontWeight="Bold" />
187+
<TextBlock Style="{StaticResource NormalLabel}" Margin="5,0" xml:space="preserve">Code Review (Stack Exchange)
188188
Stack Overflow
189189
Digital Ocean Hacktoberfest
190190
JetBrains ReSharper Community Team
191191
Microsoft MVP Award Program
192-
</TextBlock>
192+
</TextBlock>
193193

194194
<TextBlock Text="{Resx ResxName=Rubberduck.Resources.About.AboutUI, Key=AboutWindow_ContributorsHeader}"
195-
Style="{StaticResource NormalLabel}" FontWeight="Bold" />
196-
<TextBlock Style="{StaticResource NormalLabel}"
197-
Margin="5,0"
198-
xml:space="preserve">Abraham Hosch
195+
Style="{StaticResource NormalLabel}" FontWeight="Bold" />
196+
<TextBlock Style="{StaticResource NormalLabel}" Margin="5,0" xml:space="preserve">Abraham Hosch
199197
Andrew Jackson
200198
Andrew Zschetzsche
201199
Andrew Mansell
@@ -241,13 +239,11 @@ Wayne Phillips (vbWatchdog, twinBASIC)
241239
FontSize="10"
242240
HorizontalAlignment="Left"
243241
TextWrapping="WrapWithOverflow"
244-
Margin="15,0,0,0"/>
242+
Margin="15,0,0,0" />
245243
</StackPanel>
246244
</StackPanel>
247245
</ScrollViewer>
248-
</Grid>
249246
</Border>
250-
251247
<!-- bottom copyright notice -->
252248
<TextBlock Grid.Row="2" Text="{Binding AboutCopyright}" Style="{StaticResource SubtleLabel}" Margin="0,15" HorizontalAlignment="Center" />
253249

0 commit comments

Comments
 (0)