diff --git a/speed-time/Dialogs/TrackTimeEditor.xaml b/speed-time/Dialogs/TrackTimeEditor.xaml index 968a5da..dc0496e 100644 --- a/speed-time/Dialogs/TrackTimeEditor.xaml +++ b/speed-time/Dialogs/TrackTimeEditor.xaml @@ -3,16 +3,50 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" + xmlns:behaviors="http://schemas.microsoft.com/xaml/behaviors" xmlns:potato="https://dsaladin.dev/products/fancypotato/wpf/xaml" + xmlns:localBehaviors="clr-namespace:DSaladin.SpeedTime.Behavior" xmlns:fa="https://dsaladin.dev/products/fontawesome/wpf/xaml" xmlns:converter="clr-namespace:DSaladin.SpeedTime.Converter" xmlns:language="clr-namespace:DSaladin.SpeedTime.Language" + xmlns:model="clr-namespace:DSaladin.SpeedTime.Model" xmlns:local="clr-namespace:DSaladin.SpeedTime.Dialogs" d:DataContext="{d:DesignInstance local:TrackTimeEditor}" mc:Ignorable="d" d:DesignHeight="300" d:DesignWidth="450" MaxHeight="300" MaxWidth="400"> + + + + + + + + + + + + + + + + + + + @@ -37,7 +71,7 @@ Click="Close_Click" />