Skip to content

Commit

Permalink
create app header
Browse files Browse the repository at this point in the history
  • Loading branch information
cabiste69 committed Jul 22, 2023
1 parent 072ee70 commit a4bef97
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Views/Main/MainWindow.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
Title="CatApp">

<Grid RowDefinitions="70, *" ColumnDefinitions="250, *" ShowGridLines="true">

<Panel Background="#051130" Grid.Row="0" Grid.Column="0">
<TextBlock Foreground="white" TextAlignment="Center" FontSize="18" FontWeight="Bold" Padding="0, 20"> Cat App </TextBlock>
</Panel>
</Grid>
</Window>

0 comments on commit a4bef97

Please sign in to comment.