Skip to content

Commit

Permalink
Update AboutWindow.xaml
Browse files Browse the repository at this point in the history
  • Loading branch information
emadadel4 committed Dec 8, 2024
1 parent d017d17 commit a70de9e
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion xaml/Views/AboutWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,17 @@
<Image Source="https://raw.githubusercontent.com/emadadel4/ITT/main/static/Images/logo.png"
Height="70" Width="Auto" HorizontalAlignment="Center" Margin="0,5,0,5"/>

<TextBlock Text="Made with ♥ by Emad Adel"
TextWrapping="Wrap"
HorizontalAlignment="Center"
Margin="0,5,0,5"
Width="355"
Padding="8"
Foreground="{DynamicResource TextColorSecondaryColor2}"
FontSize="14"
TextAlignment="Center"/>


<TextBlock
Name="ver"
Text="9/1/1998"
Expand All @@ -142,12 +153,18 @@
Foreground="{DynamicResource TextColorSecondaryColor2}" />

<!-- Description Section -->
<TextBlock Text="ITT was created to simplify software installation and Windows tweaks, making it easier for others to use their computers. It is an open-source project, and you can contribute to make it better by adding your favorite apps and more."
<TextBlock Text="ITT created to simplify software installation and Windows tweaks, making it easier for others to use their computers. It is an open-source project, and you can contribute to make it better by adding your favorite apps and more."
TextWrapping="Wrap" HorizontalAlignment="Center" Margin="0,5,0,5" Width="355" Padding="8" Foreground="{DynamicResource TextColorSecondaryColor2}" FontSize="14" TextAlignment="Center"/>




</StackPanel>
</Grid>
<!-- Logo Section -->



<!-- Contribute Names Section -->
<Grid Grid.Row="1">

Expand Down

0 comments on commit a70de9e

Please sign in to comment.