Browse Source

Merge pull request #248 from wieslawsoltes/SetApplicationName

Set application name
Marcin Ziąbek 3 years ago
parent
commit
25b8f62245
1 changed files with 2 additions and 1 deletions
  1. 2 1
      QuestPDF.Previewer/PreviewerApp.axaml

+ 2 - 1
QuestPDF.Previewer/PreviewerApp.axaml

@@ -1,6 +1,7 @@
 <Application x:Class="QuestPDF.Previewer.PreviewerApp"
 <Application x:Class="QuestPDF.Previewer.PreviewerApp"
              xmlns="https://github.com/avaloniaui"
              xmlns="https://github.com/avaloniaui"
-             xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
+             xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
+             Name="QuestPDF Document Preview">
 	<Application.Styles>
 	<Application.Styles>
 		<FluentTheme Mode="Dark" />
 		<FluentTheme Mode="Dark" />
 	</Application.Styles>
 	</Application.Styles>