We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25e1d89 commit 0ff3f24Copy full SHA for 0ff3f24
1 file changed
TimVer/Views/AboutPage.xaml
@@ -200,10 +200,12 @@
200
</TextBlock>
201
<!--#endregion-->
202
203
+ <!--#region Separator-->
204
<Separator Grid.Row="10" Grid.Column="0"
205
Grid.ColumnSpan="3"
206
Margin="0,0,0,7"
207
Background="{DynamicResource MaterialDesign.Brush.TextBox.HoverBackground}" />
208
+ <!--#endregion-->
209
210
<!--#region Translations-->
211
<Grid Grid.Row="11" Grid.Column="0">
@@ -214,6 +216,7 @@
214
216
</Grid.RowDefinitions>
215
217
<TextBlock Grid.Row="0"
218
HorizontalAlignment="Left"
219
+ FontWeight="SemiBold"
220
Text="{DynamicResource About_Translations}" />
221
222
<TextBlock Grid.Row="1">
0 commit comments