diff --git a/source/iNKORE.UI.WPF.Modern.Gallery/Assets/WpfLibrary_Minimal_64w.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/WpfLibrary_Minimal_64w.png
new file mode 100644
index 0000000..6e3a202
Binary files /dev/null and b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/WpfLibrary_Minimal_64w.png differ
diff --git a/source/iNKORE.UI.WPF.Modern.Gallery/Navigation/NavigationRootPage.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/Navigation/NavigationRootPage.xaml
index 57c1860..ccb52c1 100644
--- a/source/iNKORE.UI.WPF.Modern.Gallery/Navigation/NavigationRootPage.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/Navigation/NavigationRootPage.xaml
@@ -5,7 +5,7 @@
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:iNKORE.UI.WPF.Modern.Gallery"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
- xmlns:ui="http://schemas.inkore.net/lib/ui/wpf/modern" xmlns:controls="clr-namespace:iNKORE.UI.WPF.Modern.Gallery.Controls"
+ xmlns:ui="http://schemas.inkore.net/lib/ui/wpf/modern" xmlns:controls="clr-namespace:iNKORE.UI.WPF.Modern.Gallery.Controls" xmlns:ikw="http://schemas.inkore.net/lib/ui/wpf"
Title="NavigationRootPage"
d:DesignHeight="450"
d:DesignWidth="800"
@@ -60,11 +60,13 @@
-
+
+
+
+
@@ -75,7 +77,7 @@
Canvas.ZIndex="0"
DisplayModeChanged="NavigationViewControl_DisplayModeChanged"
Header=" " IsFooterSeparatorVisible="{x:Null}"
- PaneTitle="App Gallery"
+ PaneTitle="Gallery App"
IsTabStop="False"
IsTitleBarAutoPaddingEnabled="False"
Loaded="OnNavigationViewControlLoaded"
diff --git a/source/iNKORE.UI.WPF.Modern.Gallery/Navigation/NavigationRootPage.xaml.cs b/source/iNKORE.UI.WPF.Modern.Gallery/Navigation/NavigationRootPage.xaml.cs
index a524bf6..bf85a71 100644
--- a/source/iNKORE.UI.WPF.Modern.Gallery/Navigation/NavigationRootPage.xaml.cs
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/Navigation/NavigationRootPage.xaml.cs
@@ -94,13 +94,15 @@ public NavigationRootPage()
{
//NavigationOrientationHelper.UpdateTitleBar(NavigationOrientationHelper.IsLeftMode);
};
+
+ NavigationViewControl.PaneTitle = NavigationViewControl.PaneTitle + $" (v{ThemeManager.AssemblyVersion})";
}
public static string GetAppTitleFromSystem
{
get
{
- return "iNKORE.UI.WPF.Modern - Modern styles for your WPF applications by iNKORE Studios";
+ return "iNKORE.UI.WPF.Modern";
//if (PackagedAppHelper.IsPackagedApp)
//{
// try
diff --git a/source/iNKORE.UI.WPF.Modern.Gallery/Pages/SettingsPage.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/Pages/SettingsPage.xaml
index 9e06732..e6e552a 100644
--- a/source/iNKORE.UI.WPF.Modern.Gallery/Pages/SettingsPage.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/Pages/SettingsPage.xaml
@@ -140,7 +140,8 @@
- Version:
+ Version:
+