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" />