App: Header cleanup
This commit is contained in:
@ -1,11 +1,10 @@
|
|||||||
<Application x:Class="Elwig.App"
|
<Application
|
||||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
x:Class="Elwig.App"
|
||||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||||
xmlns:local="clr-namespace:Elwig"
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||||
xmlns:ctrl="clr-namespace:Elwig.Controls"
|
xmlns:ctrl="clr-namespace:Elwig.Controls"
|
||||||
StartupUri="Windows\MainWindow.xaml"
|
StartupUri="Windows\MainWindow.xaml"
|
||||||
Exit="Application_Exit"
|
Exit="Application_Exit">
|
||||||
xmlns:ui="http://schemas.modernwpf.com/2019">
|
|
||||||
<Application.Resources>
|
<Application.Resources>
|
||||||
<ctrl:BoolToStringConverter x:Key="BoolToStarConverter" FalseValue="" TrueValue="*"/>
|
<ctrl:BoolToStringConverter x:Key="BoolToStarConverter" FalseValue="" TrueValue="*"/>
|
||||||
<ctrl:WidthToPaddingConverter x:Key="WidthToPaddingConverter"/>
|
<ctrl:WidthToPaddingConverter x:Key="WidthToPaddingConverter"/>
|
||||||
|
Reference in New Issue
Block a user