Skip to content

Commit

Permalink
Hide hello there window in taskbar
Browse files Browse the repository at this point in the history
  • Loading branch information
CPKreu committed May 22, 2021
1 parent b2267b8 commit 0aff000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PixiEditor/Views/Dialogs/HelloTherePopup.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
xmlns:dataHolders="clr-namespace:PixiEditor.Models.DataHolders" xmlns:converters="clr-namespace:PixiEditor.Helpers.Converters"
xmlns:sys="clr-namespace:System;assembly=System.Runtime"
xmlns:uc="clr-namespace:PixiEditor.Views.UserControls"
mc:Ignorable="d"
mc:Ignorable="d" ShowInTaskbar="False"
Title="Hello there!" Height="662" Width="632"
WindowStyle="None" WindowStartupLocation="CenterScreen">

Expand Down

0 comments on commit 0aff000

Please sign in to comment.