diff --git a/Trimble.Modus.Components/Controls/Button/TMButton.xaml b/Trimble.Modus.Components/Controls/Button/TMButton.xaml index 30bb7954..269ed04e 100644 --- a/Trimble.Modus.Components/Controls/Button/TMButton.xaml +++ b/Trimble.Modus.Components/Controls/Button/TMButton.xaml @@ -7,15 +7,7 @@ xmlns:constants="clr-namespace:Trimble.Modus.Components.Constant" xmlns:converters="clr-namespace:Trimble.Modus.Components.Converters" HorizontalOptions="Start"> - - - - - - - + - - - - - - - - - - - - - - - - - - - + + + + + + + diff --git a/Trimble.Modus.Components/Styles/ConvertersDictionary.xaml.cs b/Trimble.Modus.Components/Styles/ConvertersDictionary.xaml.cs new file mode 100644 index 00000000..6404df7e --- /dev/null +++ b/Trimble.Modus.Components/Styles/ConvertersDictionary.xaml.cs @@ -0,0 +1,9 @@ +namespace Trimble.Modus.Components.Styles; + +public partial class ConvertersDictionary : ResourceDictionary +{ + public ConvertersDictionary() + { + InitializeComponent(); + } +} \ No newline at end of file diff --git a/Trimble.Modus.Components/Trimble.Modus.Components.csproj b/Trimble.Modus.Components/Trimble.Modus.Components.csproj index 9e79facc..6c88cb61 100644 --- a/Trimble.Modus.Components/Trimble.Modus.Components.csproj +++ b/Trimble.Modus.Components/Trimble.Modus.Components.csproj @@ -27,7 +27,7 @@ True Trimble.Modus.Components Trimble Modus - 1.4.0.1 + 1.4.0.2 Trimble Inc Trimble Inc Trimble.Modus.Components @@ -202,6 +202,9 @@ + + MSBuild:Compile + MSBuild:Compile