From aacf3d749b9ee1198393b4f52cd71aeb5fa9b48c Mon Sep 17 00:00:00 2001 From: Robert Date: Thu, 10 Dec 2020 21:17:50 +0100 Subject: [PATCH] Profile editor - Expand width of input prefixes and affixes --- .../DefaultTypes/PropertyInput/BoolPropertyInputView.xaml | 4 ++-- .../DefaultTypes/PropertyInput/BrushPropertyInputView.xaml | 4 ++-- .../PropertyInput/ColorGradientPropertyInputView.xaml | 7 ++++--- .../DefaultTypes/PropertyInput/EnumPropertyInputView.xaml | 4 ++-- .../DefaultTypes/PropertyInput/FloatPropertyInputView.xaml | 4 ++-- .../PropertyInput/FloatRangePropertyInputView.xaml | 4 ++-- .../DefaultTypes/PropertyInput/IntPropertyInputView.xaml | 4 ++-- .../PropertyInput/IntRangePropertyInputView.xaml | 4 ++-- .../PropertyInput/SKColorPropertyInputView.xaml | 4 ++-- .../PropertyInput/SKPointPropertyInputView.xaml | 4 ++-- .../PropertyInput/SKSizePropertyInputView.xaml | 4 ++-- .../LayerProperties/Tree/TreePropertyView.xaml | 6 ++++-- 12 files changed, 28 insertions(+), 25 deletions(-) diff --git a/src/Artemis.UI/DefaultTypes/PropertyInput/BoolPropertyInputView.xaml b/src/Artemis.UI/DefaultTypes/PropertyInput/BoolPropertyInputView.xaml index 3f7941a5b..16f480241 100644 --- a/src/Artemis.UI/DefaultTypes/PropertyInput/BoolPropertyInputView.xaml +++ b/src/Artemis.UI/DefaultTypes/PropertyInput/BoolPropertyInputView.xaml @@ -11,7 +11,7 @@ - + - + \ No newline at end of file diff --git a/src/Artemis.UI/DefaultTypes/PropertyInput/BrushPropertyInputView.xaml b/src/Artemis.UI/DefaultTypes/PropertyInput/BrushPropertyInputView.xaml index 820bbbdc4..15c14f988 100644 --- a/src/Artemis.UI/DefaultTypes/PropertyInput/BrushPropertyInputView.xaml +++ b/src/Artemis.UI/DefaultTypes/PropertyInput/BrushPropertyInputView.xaml @@ -18,7 +18,7 @@ - + - + \ No newline at end of file diff --git a/src/Artemis.UI/DefaultTypes/PropertyInput/ColorGradientPropertyInputView.xaml b/src/Artemis.UI/DefaultTypes/PropertyInput/ColorGradientPropertyInputView.xaml index 42a62fe62..13ea3a9c9 100644 --- a/src/Artemis.UI/DefaultTypes/PropertyInput/ColorGradientPropertyInputView.xaml +++ b/src/Artemis.UI/DefaultTypes/PropertyInput/ColorGradientPropertyInputView.xaml @@ -10,13 +10,14 @@ d:DesignHeight="25" d:DesignWidth="800" d:DataContext="{d:DesignInstance propertyInput:ColorGradientPropertyInputViewModel}"> - + - + DialogHost="PropertyTreeDialogHost" + ToolTip="Click to edit gradient colors"/> + \ No newline at end of file diff --git a/src/Artemis.UI/DefaultTypes/PropertyInput/EnumPropertyInputView.xaml b/src/Artemis.UI/DefaultTypes/PropertyInput/EnumPropertyInputView.xaml index 5bd5961c1..732d1648f 100644 --- a/src/Artemis.UI/DefaultTypes/PropertyInput/EnumPropertyInputView.xaml +++ b/src/Artemis.UI/DefaultTypes/PropertyInput/EnumPropertyInputView.xaml @@ -7,7 +7,7 @@ mc:Ignorable="d" d:DesignHeight="450" d:DesignWidth="800"> - + - + \ No newline at end of file diff --git a/src/Artemis.UI/DefaultTypes/PropertyInput/FloatPropertyInputView.xaml b/src/Artemis.UI/DefaultTypes/PropertyInput/FloatPropertyInputView.xaml index 380b086f7..3c9bd2105 100644 --- a/src/Artemis.UI/DefaultTypes/PropertyInput/FloatPropertyInputView.xaml +++ b/src/Artemis.UI/DefaultTypes/PropertyInput/FloatPropertyInputView.xaml @@ -11,7 +11,7 @@ d:DesignHeight="450" d:DesignWidth="800" d:DataContext="{d:DesignInstance propertyInput:FloatPropertyInputViewModel}"> - + - + \ No newline at end of file diff --git a/src/Artemis.UI/DefaultTypes/PropertyInput/FloatRangePropertyInputView.xaml b/src/Artemis.UI/DefaultTypes/PropertyInput/FloatRangePropertyInputView.xaml index 8efeaa4cd..e88828009 100644 --- a/src/Artemis.UI/DefaultTypes/PropertyInput/FloatRangePropertyInputView.xaml +++ b/src/Artemis.UI/DefaultTypes/PropertyInput/FloatRangePropertyInputView.xaml @@ -10,7 +10,7 @@ d:DesignHeight="450" d:DesignWidth="800" d:DataContext="{d:DesignInstance local:FloatRangePropertyInputViewModel}"> - + - + \ No newline at end of file diff --git a/src/Artemis.UI/DefaultTypes/PropertyInput/IntPropertyInputView.xaml b/src/Artemis.UI/DefaultTypes/PropertyInput/IntPropertyInputView.xaml index caa83056c..14fab93f1 100644 --- a/src/Artemis.UI/DefaultTypes/PropertyInput/IntPropertyInputView.xaml +++ b/src/Artemis.UI/DefaultTypes/PropertyInput/IntPropertyInputView.xaml @@ -11,7 +11,7 @@ d:DesignHeight="450" d:DesignWidth="800" d:DataContext="{d:DesignInstance propertyInput:IntPropertyInputViewModel}"> - + - + \ No newline at end of file diff --git a/src/Artemis.UI/DefaultTypes/PropertyInput/IntRangePropertyInputView.xaml b/src/Artemis.UI/DefaultTypes/PropertyInput/IntRangePropertyInputView.xaml index 2cef1a896..62e4b8570 100644 --- a/src/Artemis.UI/DefaultTypes/PropertyInput/IntRangePropertyInputView.xaml +++ b/src/Artemis.UI/DefaultTypes/PropertyInput/IntRangePropertyInputView.xaml @@ -10,7 +10,7 @@ d:DesignHeight="450" d:DesignWidth="800" d:DataContext="{d:DesignInstance local:IntRangePropertyInputViewModel}"> - + - + \ No newline at end of file diff --git a/src/Artemis.UI/DefaultTypes/PropertyInput/SKColorPropertyInputView.xaml b/src/Artemis.UI/DefaultTypes/PropertyInput/SKColorPropertyInputView.xaml index 46c9ade61..fdc5a6c1b 100644 --- a/src/Artemis.UI/DefaultTypes/PropertyInput/SKColorPropertyInputView.xaml +++ b/src/Artemis.UI/DefaultTypes/PropertyInput/SKColorPropertyInputView.xaml @@ -13,7 +13,7 @@ - + - + \ No newline at end of file diff --git a/src/Artemis.UI/DefaultTypes/PropertyInput/SKPointPropertyInputView.xaml b/src/Artemis.UI/DefaultTypes/PropertyInput/SKPointPropertyInputView.xaml index 5044a5c10..34e679a0c 100644 --- a/src/Artemis.UI/DefaultTypes/PropertyInput/SKPointPropertyInputView.xaml +++ b/src/Artemis.UI/DefaultTypes/PropertyInput/SKPointPropertyInputView.xaml @@ -10,7 +10,7 @@ d:DesignHeight="25" d:DesignWidth="800" d:DataContext="{d:DesignInstance propertyInput:SKPointPropertyInputViewModel}"> - + - + \ No newline at end of file diff --git a/src/Artemis.UI/DefaultTypes/PropertyInput/SKSizePropertyInputView.xaml b/src/Artemis.UI/DefaultTypes/PropertyInput/SKSizePropertyInputView.xaml index d2e9193e0..9cca2e62b 100644 --- a/src/Artemis.UI/DefaultTypes/PropertyInput/SKSizePropertyInputView.xaml +++ b/src/Artemis.UI/DefaultTypes/PropertyInput/SKSizePropertyInputView.xaml @@ -10,7 +10,7 @@ d:DesignHeight="450" d:DesignWidth="800" d:DataContext="{d:DesignInstance local:SKSizePropertyInputViewModel}"> - + - + \ No newline at end of file diff --git a/src/Artemis.UI/Screens/ProfileEditor/LayerProperties/Tree/TreePropertyView.xaml b/src/Artemis.UI/Screens/ProfileEditor/LayerProperties/Tree/TreePropertyView.xaml index c0c51ccb0..0286d24e2 100644 --- a/src/Artemis.UI/Screens/ProfileEditor/LayerProperties/Tree/TreePropertyView.xaml +++ b/src/Artemis.UI/Screens/ProfileEditor/LayerProperties/Tree/TreePropertyView.xaml @@ -69,12 +69,14 @@ Text="{Binding LayerProperty.PropertyDescription.Name}" ToolTip="{Binding LayerProperty.PropertyDescription.Description}" HorizontalAlignment="Left" /> - - + +