diff --git a/src/Artemis.UI.Shared/Controls/DraggableNumberBox.axaml b/src/Artemis.UI.Shared/Controls/DraggableNumberBox.axaml index 3edd26150..68335adf2 100644 --- a/src/Artemis.UI.Shared/Controls/DraggableNumberBox.axaml +++ b/src/Artemis.UI.Shared/Controls/DraggableNumberBox.axaml @@ -27,6 +27,8 @@ AcceptsExpression="True" LargeChange="{Binding $parent[sharedControls:DraggableNumberBox].LargeChange}" SmallChange="{Binding $parent[sharedControls:DraggableNumberBox].SmallChange}" + Minimum="{Binding $parent[sharedControls:DraggableNumberBox].Minimum}" + Maximum="{Binding $parent[sharedControls:DraggableNumberBox].Maximum}" SimpleNumberFormat="{Binding $parent[sharedControls:DraggableNumberBox].SimpleNumberFormat}" attachedProperties:NumberBoxAssist.PrefixText="{Binding $parent[sharedControls:DraggableNumberBox].Prefix}" attachedProperties:NumberBoxAssist.SuffixText="{Binding $parent[sharedControls:DraggableNumberBox].Suffix}" diff --git a/src/Artemis.UI/Screens/Root/RootView.axaml b/src/Artemis.UI/Screens/Root/RootView.axaml index c3fcadfac..2caea8d00 100644 --- a/src/Artemis.UI/Screens/Root/RootView.axaml +++ b/src/Artemis.UI/Screens/Root/RootView.axaml @@ -7,7 +7,7 @@ x:Class="Artemis.UI.Screens.Root.RootView"> - + \ No newline at end of file