diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2021-02-01 09:22:51 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2021-02-01 09:22:51 -0500 |
| commit | 9afb145c6f23fc64c043d1d63e5b9c0dd7a4ec21 (patch) | |
| tree | 6adc43beeaed3fa84de71e8d2b8ae7b24494cee4 /Views/MainWindow.axaml | |
| parent | c7b2661ac11861dfbdff2ec9efd1cc579b6e5605 (diff) | |
| download | erable-godot-9afb145c6f23fc64c043d1d63e5b9c0dd7a4ec21.tar.gz erable-godot-9afb145c6f23fc64c043d1d63e5b9c0dd7a4ec21.tar.bz2 erable-godot-9afb145c6f23fc64c043d1d63e5b9c0dd7a4ec21.zip | |
Renamed project
Diffstat (limited to 'Views/MainWindow.axaml')
| -rw-r--r-- | Views/MainWindow.axaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Views/MainWindow.axaml b/Views/MainWindow.axaml index 6d51eaf..c060012 100644 --- a/Views/MainWindow.axaml +++ b/Views/MainWindow.axaml @@ -1,10 +1,10 @@ <Window xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
- xmlns:vm="using:Alee_Audio_Player.ViewModels"
+ xmlns:vm="using:AleeAudioPlayer.ViewModels"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450"
- x:Class="Alee_Audio_Player.Views.MainWindow"
+ x:Class="AleeAudioPlayer.Views.MainWindow"
Icon="/Assets/avalonia-logo.ico"
Title="Alee Audio Player">
|
