|
91 | 91 | <ColumnDefinition Width="*" MinWidth="250"/> |
92 | 92 | <ColumnDefinition Width="*" MinWidth="250"/> |
93 | 93 | </Grid.ColumnDefinitions> |
94 | | - |
| 94 | + |
95 | 95 | <StackPanel MinHeight="100" MinWidth="250" VerticalAlignment="Top"> |
96 | 96 | <TextBlock x:Name="Version" Text="{Binding Version}" Style="{StaticResource HeadingLabel}" HorizontalAlignment="Center" Margin="5" /> |
97 | 97 | <TextBlock x:Name="OperatingSystem" Text="{Binding OperatingSystem}" Style="{StaticResource NormalLabel}" HorizontalAlignment="Center"/> |
|
110 | 110 | </TextBlock> |
111 | 111 | </StackPanel> |
112 | 112 |
|
113 | | - <TextBlock Grid.Column="0" Grid.Row="2" TextAlignment="Center"> |
| 113 | + <TextBlock Grid.Column="0" Grid.Row="2" TextAlignment="Center"> |
114 | 114 | <StackPanel Orientation="Vertical" Margin="10"> |
115 | 115 | <TextBlock Text="{Resx ResxName=Rubberduck.Resources.About.AboutUI, Key=AboutWindow_FoundAnIssue}" |
116 | 116 | Style="{StaticResource HeadingLabel}"/> |
|
169 | 169 | </TextBlock> |
170 | 170 | </StackPanel> |
171 | 171 | </TextBlock> |
| 172 | + </Grid> |
172 | 173 | </Border> |
173 | 174 | <Border Grid.Row="1" Grid.Column="1" Grid.RowSpan="2" Style="{StaticResource SectionBorder}"> |
174 | 175 | <ScrollViewer Margin="5" Height="360" HorizontalScrollBarVisibility="Disabled" VerticalScrollBarVisibility="Visible"> |
|
178 | 179 | <TextBlock Text="{Resx ResxName=Rubberduck.Resources.About.AboutUI, Key=AboutWindow_AttributionList}" |
179 | 180 | Style="{StaticResource NormalLabel}" Margin="5" /> |
180 | 181 |
|
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) |
188 | 188 | Stack Overflow |
189 | 189 | Digital Ocean Hacktoberfest |
190 | 190 | JetBrains ReSharper Community Team |
191 | 191 | Microsoft MVP Award Program |
192 | | - </TextBlock> |
| 192 | +</TextBlock> |
193 | 193 |
|
194 | 194 | <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 |
199 | 197 | Andrew Jackson |
200 | 198 | Andrew Zschetzsche |
201 | 199 | Andrew Mansell |
@@ -241,13 +239,11 @@ Wayne Phillips (vbWatchdog, twinBASIC) |
241 | 239 | FontSize="10" |
242 | 240 | HorizontalAlignment="Left" |
243 | 241 | TextWrapping="WrapWithOverflow" |
244 | | - Margin="15,0,0,0"/> |
| 242 | + Margin="15,0,0,0" /> |
245 | 243 | </StackPanel> |
246 | 244 | </StackPanel> |
247 | 245 | </ScrollViewer> |
248 | | - </Grid> |
249 | 246 | </Border> |
250 | | - |
251 | 247 | <!-- bottom copyright notice --> |
252 | 248 | <TextBlock Grid.Row="2" Text="{Binding AboutCopyright}" Style="{StaticResource SubtleLabel}" Margin="0,15" HorizontalAlignment="Center" /> |
253 | 249 |
|
|
0 commit comments