|
@@ -6,7 +6,7 @@
|
|
xmlns:i="http://schemas.microsoft.com/expression/2010/interactivity"
|
|
xmlns:i="http://schemas.microsoft.com/expression/2010/interactivity"
|
|
xmlns:behaviours="clr-namespace:PixiEditor.Helpers.Behaviours"
|
|
xmlns:behaviours="clr-namespace:PixiEditor.Helpers.Behaviours"
|
|
mc:Ignorable="d"
|
|
mc:Ignorable="d"
|
|
- d:DesignHeight="20" d:DesignWidth="40" x:Name="numberInput">
|
|
|
|
|
|
+ d:DesignHeight="20" d:DesignWidth="40" x:Name="numberInput" Focusable="True">
|
|
<TextBox TextAlignment="Center" Style="{StaticResource DarkTextBoxStyle}" Focusable="True"
|
|
<TextBox TextAlignment="Center" Style="{StaticResource DarkTextBoxStyle}" Focusable="True"
|
|
InputScope="Number" MouseWheel="TextBox_MouseWheel"
|
|
InputScope="Number" MouseWheel="TextBox_MouseWheel"
|
|
PreviewTextInput="TextBox_PreviewTextInput" Text="{Binding ElementName=numberInput, Path=Value}" Padding="0" VerticalContentAlignment="Center">
|
|
PreviewTextInput="TextBox_PreviewTextInput" Text="{Binding ElementName=numberInput, Path=Value}" Padding="0" VerticalContentAlignment="Center">
|