|
@@ -125,11 +125,12 @@
|
|
|
|
|
|
<Line Margin="13,0,13,0" Stroke="#E0E0E0" X1="0" Y1="5" X2="0" Y2="35" Visibility="Collapsed"></Line>
|
|
|
|
|
|
- <Grid Visibility="Collapsed">
|
|
|
+ <Grid>
|
|
|
<ComboBox Name="ZoomComboBox" VerticalContentAlignment="Center" Width="72" Height="30" Foreground="#43474D" FontSize="14"
|
|
|
SelectionChanged="ZoomComboBox_SelectionChanged" BorderBrush="#1E000000">
|
|
|
</ComboBox>
|
|
|
- <TextBox Name="ZoomTextBox" Width="72" Height="30" VerticalContentAlignment="Center" HorizontalContentAlignment="Center" Background="White" Padding="0,0,15,0">100%</TextBox>
|
|
|
+ <TextBox Name="ZoomTextBox" IsHitTestVisible="False" Width="72" Height="30" VerticalContentAlignment="Center" HorizontalContentAlignment="Center"
|
|
|
+ IsReadOnly="True" Background="White" Padding="0,0,15,0">100%</TextBox>
|
|
|
<Path Fill="#43474D" HorizontalAlignment="Right" VerticalAlignment="Center" Margin="0,0,5,0" IsHitTestVisible="False">
|
|
|
<Path.Data>
|
|
|
M0.5 0.510248L4.5041 5.5L8.5 0.5L0.5 0.510248Z
|