Renamed the project from DebtMgr to eJay
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
<Window x:Class="DebtMgr.View.MainView"
|
||||
<Window x:Class="eJay.View.MainView"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
xmlns:converters="clr-namespace:DebtMgr.Converters"
|
||||
xmlns:converters="clr-namespace:eJay.Converters"
|
||||
xmlns:converters1="clr-namespace:eJay.Converters"
|
||||
mc:Ignorable="d"
|
||||
Name="MainViewWindow"
|
||||
Icon="../Content/money_green.ico"
|
||||
@@ -11,7 +12,7 @@
|
||||
Background="White">
|
||||
<Window.Resources>
|
||||
<converters:BoolToVisibilityConverter x:Key="BoolToVisibilityConverter"></converters:BoolToVisibilityConverter>
|
||||
<converters:AmountToColorConverter x:Key="AmountToColorConverter" />
|
||||
<converters1:AmountToColorConverter x:Key="AmountToColorConverter" />
|
||||
<Style TargetType="ListViewItem">
|
||||
<Setter Property="HorizontalContentAlignment" Value="Stretch" />
|
||||
</Style>
|
||||
|
||||
Reference in New Issue
Block a user