|
@@ -24,32 +24,6 @@
|
|
|
Text="{CompiledBinding Translation.Zoom,
|
|
|
Mode=OneWay}" />
|
|
|
|
|
|
- <TextBlock
|
|
|
- Classes="txt"
|
|
|
- FontFamily="/Assets/Fonts/Roboto-Bold.ttf#Roboto"
|
|
|
- FontSize="12"
|
|
|
- Margin="0,10,0,10"
|
|
|
- MaxWidth="300"
|
|
|
- Text="{CompiledBinding Translation.AdjustTimingForZoom}" />
|
|
|
- <customControls:CustomSlider
|
|
|
- Height="30"
|
|
|
- HorizontalAlignment="Center"
|
|
|
- IsSnapToTickEnabled="True"
|
|
|
- Margin="0,1,0,1"
|
|
|
- Maximum="1.5"
|
|
|
- Minimum=".1"
|
|
|
- TickFrequency=".05"
|
|
|
- TickPlacement="BottomRight"
|
|
|
- Value="{CompiledBinding GetZoomSpeed}"
|
|
|
- Width="300" />
|
|
|
- <TextBlock
|
|
|
- Classes="txt"
|
|
|
- FontFamily="/Assets/Fonts/Roboto-Bold.ttf#Roboto"
|
|
|
- Foreground="{StaticResource MainTextColorFaded}"
|
|
|
- Margin="0,0,0,15"
|
|
|
- Text="{CompiledBinding GetZoomSpeed,
|
|
|
- Mode=OneWay}" />
|
|
|
-
|
|
|
<ToggleButton
|
|
|
Background="Transparent"
|
|
|
BorderThickness="0"
|
|
@@ -80,31 +54,30 @@
|
|
|
<ComboBoxItem Content="{CompiledBinding Translation.ScrollToZoom, Mode=OneWay}" />
|
|
|
</ComboBox>
|
|
|
|
|
|
-
|
|
|
<TextBlock
|
|
|
Classes="txt"
|
|
|
FontFamily="/Assets/Fonts/Roboto-Bold.ttf#Roboto"
|
|
|
FontSize="12"
|
|
|
Margin="0,10,0,10"
|
|
|
MaxWidth="300"
|
|
|
- Text="Margin" />
|
|
|
+ Text="{CompiledBinding Translation.AdjustTimingForZoom}" />
|
|
|
<customControls:CustomSlider
|
|
|
Height="30"
|
|
|
HorizontalAlignment="Center"
|
|
|
IsSnapToTickEnabled="True"
|
|
|
Margin="0,1,0,1"
|
|
|
- Maximum="100"
|
|
|
- Minimum="0"
|
|
|
- TickFrequency="1"
|
|
|
+ Maximum="1.5"
|
|
|
+ Minimum=".1"
|
|
|
+ TickFrequency=".05"
|
|
|
TickPlacement="BottomRight"
|
|
|
- Value="{CompiledBinding SettingsViewModel.WindowMargin}"
|
|
|
+ Value="{CompiledBinding GetZoomSpeed}"
|
|
|
Width="300" />
|
|
|
<TextBlock
|
|
|
Classes="txt"
|
|
|
FontFamily="/Assets/Fonts/Roboto-Bold.ttf#Roboto"
|
|
|
Foreground="{StaticResource MainTextColorFaded}"
|
|
|
Margin="0,0,0,15"
|
|
|
- Text="{CompiledBinding SettingsViewModel.WindowMargin,
|
|
|
+ Text="{CompiledBinding GetZoomSpeed,
|
|
|
Mode=OneWay}" />
|
|
|
|
|
|
</StackPanel>
|