Skip to content

Commit

Permalink
Update titles
Browse files Browse the repository at this point in the history
  • Loading branch information
lingrottin committed Sep 30, 2023
1 parent 353104e commit cc8e80c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MapTP.App/AboutWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:MapTP.App"
mc:Ignorable="d"
Title="AboutWindow" Height="237" Width="400">
Title="About MapTP" Height="237" Width="400">
<StackPanel Height="450" Margin="20">
<TextBlock HorizontalAlignment="Left" Margin="5" Text="About MapTP" Style="{StaticResource TextBlockTitleBold}"/>
<TextBlock HorizontalAlignment="Left" Margin="5" Text="MapTP v1.0.0 © Lingrottin 2023, some rights reserved" Style="{StaticResource TextBlockDefault}"/>
Expand Down
2 changes: 1 addition & 1 deletion MapTP.App/CalibrateWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:MapTP.App"
mc:Ignorable="d"
Title="CalibrateWindow" Height="200" Width="400">
Title="Touchpad size calibration" Height="200" Width="400">
<UniformGrid Columns="1" FocusManager.FocusedElement="{Binding ElementName=OkButton}">
<TextBlock HorizontalAlignment="Center" Width="360" Margin="20,0,20,0" TextWrapping="Wrap" Text="Please touch the Bottom-Right corner of your touchpad." Style="{StaticResource TextBlockTitle}" TextAlignment="Center"/>
<TextBlock x:Name="TouchpadSize" HorizontalAlignment="Center" Width="360" TextWrapping="Wrap" Text="touchpad size:" Style="{StaticResource TextBlockDefault}" TextAlignment="Center"/>
Expand Down
2 changes: 1 addition & 1 deletion MapTP.App/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
xmlns:local="clr-namespace:MapTP.App"
mc:Ignorable="d"
Style="{StaticResource WindowBlur}"
Title="MainWindow" Height="475" Width="800">
Title="MapTP" Height="475" Width="800">
<ScrollViewer>
<Grid x:Name="MainGrid" VerticalAlignment="Top">
<Grid.RowDefinitions>
Expand Down

0 comments on commit cc8e80c

Please sign in to comment.