mirror of
https://github.com/ckaczor/FloatingStatusWindow.git
synced 2026-01-15 17:23:10 -05:00
Adjust namespace
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
<Window xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:properties="clr-namespace:ChrisKaczor.Wpf.FloatingStatusWindow.Properties"
|
||||
xmlns:properties="clr-namespace:ChrisKaczor.Wpf.Windows.FloatingStatusWindow.Properties"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
xmlns:local="clr-namespace:ChrisKaczor.Wpf.FloatingStatusWindow"
|
||||
xmlns:local="clr-namespace:ChrisKaczor.Wpf.Windows.FloatingStatusWindow"
|
||||
xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit"
|
||||
xmlns:windows="clr-namespace:ChrisKaczor.Wpf.Windows;assembly=ChrisKaczor.Wpf.Windows.ControlBox"
|
||||
x:Class="ChrisKaczor.Wpf.FloatingStatusWindow.AppearanceWindow"
|
||||
x:Class="ChrisKaczor.Wpf.Windows.FloatingStatusWindow.AppearanceWindow"
|
||||
Title="{x:Static properties:Resources.ChangeAppearanceWindow}"
|
||||
Height="290"
|
||||
Width="450"
|
||||
|
||||
Reference in New Issue
Block a user