diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..d231f8a
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "FloatingStatusWindowLibrary/Common.Wpf"]
+ path = FloatingStatusWindowLibrary/Common.Wpf
+ url = https://github.com/ckaczor/Common.Wpf.git
diff --git a/FloatingStatusWindowLibrary.sln b/FloatingStatusWindowLibrary.sln
index 1b87abc..cf3e3c9 100644
--- a/FloatingStatusWindowLibrary.sln
+++ b/FloatingStatusWindowLibrary.sln
@@ -7,15 +7,15 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FloatingStatusWindowLibrary
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestWindow", "TestWindow\TestWindow.csproj", "{0C541788-8FFD-47B6-8E6B-653A884CFA55}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Common.Wpf", "..\Common.Wpf\Common.Wpf.csproj", "{0074C983-550E-4094-9E8C-F566FB669297}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Common.Native", "..\Common.Native\Common.Native.csproj", "{ED1C07A1-54F5-4796-8B06-2A0BB1960D84}"
-EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution", "Solution", "{C4E7C6BF-86B2-433B-B842-31B82811FAC9}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
EndProjectSection
EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Common.Wpf", "FloatingStatusWindowLibrary\Common.Wpf\Common.Wpf.csproj", "{0074C983-550E-4094-9E8C-F566FB669297}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Common.Native", "FloatingStatusWindowLibrary\Common.Wpf\Common.Native\Common.Native.csproj", "{ED1C07A1-54F5-4796-8B06-2A0BB1960D84}"
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
diff --git a/FloatingStatusWindowLibrary/AppearanceWindow.xaml b/FloatingStatusWindowLibrary/AppearanceWindow.xaml
index bbaca6f..c5fb9fb 100644
--- a/FloatingStatusWindowLibrary/AppearanceWindow.xaml
+++ b/FloatingStatusWindowLibrary/AppearanceWindow.xaml
@@ -87,7 +87,7 @@
Name="ForegroundColorPicker"
DisplayColorAndName="True"
SelectedColor="{Binding Path=FontColor,UpdateSourceTrigger=PropertyChanged,NotifyOnSourceUpdated=True}"
- ShowAdvancedButton="False" Margin="6" />
+ Margin="6" />
diff --git a/FloatingStatusWindowLibrary/Common.Wpf b/FloatingStatusWindowLibrary/Common.Wpf
new file mode 160000
index 0000000..aeefc5f
--- /dev/null
+++ b/FloatingStatusWindowLibrary/Common.Wpf
@@ -0,0 +1 @@
+Subproject commit aeefc5f1cfe1716d90818a83b7440e9092248388
diff --git a/FloatingStatusWindowLibrary/FloatingStatusWindowLibrary.csproj b/FloatingStatusWindowLibrary/FloatingStatusWindowLibrary.csproj
index 993d7f8..c8b7538 100644
--- a/FloatingStatusWindowLibrary/FloatingStatusWindowLibrary.csproj
+++ b/FloatingStatusWindowLibrary/FloatingStatusWindowLibrary.csproj
@@ -38,8 +38,7 @@
- ..\packages\Hardcodet.NotifyIcon.Wpf.1.0.5\lib\net45\Hardcodet.Wpf.TaskbarNotification.dll
- True
+ ..\packages\Hardcodet.NotifyIcon.Wpf.1.0.8\lib\net45\Hardcodet.Wpf.TaskbarNotification.dll
@@ -51,9 +50,23 @@
-
- ..\packages\Extended.Wpf.Toolkit.2.4\lib\net40\Xceed.Wpf.Toolkit.dll
- True
+
+ ..\packages\Extended.Wpf.Toolkit.3.2.0\lib\net40\Xceed.Wpf.AvalonDock.dll
+
+
+ ..\packages\Extended.Wpf.Toolkit.3.2.0\lib\net40\Xceed.Wpf.AvalonDock.Themes.Aero.dll
+
+
+ ..\packages\Extended.Wpf.Toolkit.3.2.0\lib\net40\Xceed.Wpf.AvalonDock.Themes.Metro.dll
+
+
+ ..\packages\Extended.Wpf.Toolkit.3.2.0\lib\net40\Xceed.Wpf.AvalonDock.Themes.VS2010.dll
+
+
+ ..\packages\Extended.Wpf.Toolkit.3.2.0\lib\net40\Xceed.Wpf.DataGrid.dll
+
+
+ ..\packages\Extended.Wpf.Toolkit.3.2.0\lib\net40\Xceed.Wpf.Toolkit.dll
@@ -80,22 +93,11 @@
PublicResXFileCodeGenerator
Resources.Designer.cs
-
-
-
- {ed1c07a1-54f5-4796-8b06-2a0bb1960d84}
- Common.Native
-
-
- {0074c983-550e-4094-9e8c-f566fb669297}
- Common.Wpf
-
-
Designer
@@ -107,10 +109,21 @@
+
Always
+
+
+ {ed1c07a1-54f5-4796-8b06-2a0bb1960d84}
+ Common.Native
+
+
+ {0074c983-550e-4094-9e8c-f566fb669297}
+ Common.Wpf
+
+