|
@@ -51,7 +51,7 @@
|
|
ElementName=uc,
|
|
ElementName=uc,
|
|
Converter={converters:EnumBooleanConverter},
|
|
Converter={converters:EnumBooleanConverter},
|
|
ConverterParameter=Percentage
|
|
ConverterParameter=Percentage
|
|
- }">Percentage:</RadioButton>
|
|
|
|
|
|
+ }" local:Translator.Key="PERCENTAGE"/>
|
|
<userControls:SizeInput Grid.Column="1" Grid.Row="0"
|
|
<userControls:SizeInput Grid.Column="1" Grid.Row="0"
|
|
VerticalAlignment="Center"
|
|
VerticalAlignment="Center"
|
|
x:Name="PercentageSizePicker"
|
|
x:Name="PercentageSizePicker"
|
|
@@ -78,8 +78,7 @@
|
|
IsChecked="{Binding Path=SelectedUnit,
|
|
IsChecked="{Binding Path=SelectedUnit,
|
|
ElementName=uc,
|
|
ElementName=uc,
|
|
Converter={converters:EnumBooleanConverter},
|
|
Converter={converters:EnumBooleanConverter},
|
|
- ConverterParameter=Pixel}"
|
|
|
|
- >Absolute:</RadioButton>
|
|
|
|
|
|
+ ConverterParameter=Pixel}" local:Translator.Key="ABSOLUTE"/>
|
|
|
|
|
|
</Grid>
|
|
</Grid>
|
|
|
|
|
|
@@ -94,7 +93,7 @@
|
|
<RowDefinition />
|
|
<RowDefinition />
|
|
</Grid.RowDefinitions>
|
|
</Grid.RowDefinitions>
|
|
|
|
|
|
- <TextBlock Grid.Column="0" Grid.Row="0" Foreground="Snow" Text="Width:" VerticalAlignment="Center" HorizontalAlignment="Left" />
|
|
|
|
|
|
+ <TextBlock Grid.Column="0" Grid.Row="0" Foreground="Snow" local:Translator.Key="WIDTH" VerticalAlignment="Center" HorizontalAlignment="Left" />
|
|
<userControls:SizeInput Grid.Column="1" Grid.Row="0"
|
|
<userControls:SizeInput Grid.Column="1" Grid.Row="0"
|
|
x:Name="WidthPicker"
|
|
x:Name="WidthPicker"
|
|
Width="80"
|
|
Width="80"
|
|
@@ -109,7 +108,7 @@
|
|
</i:Interaction.Triggers>
|
|
</i:Interaction.Triggers>
|
|
</userControls:SizeInput>
|
|
</userControls:SizeInput>
|
|
|
|
|
|
- <TextBlock Grid.Column="0" Grid.Row="1" Foreground="Snow" Text="Height:" VerticalAlignment="Center" HorizontalAlignment="Left"/>
|
|
|
|
|
|
+ <TextBlock Grid.Column="0" Grid.Row="1" Foreground="Snow" local:Translator.Key="HEIGHT" VerticalAlignment="Center" HorizontalAlignment="Left"/>
|
|
<userControls:SizeInput Grid.Column="1" Grid.Row="1"
|
|
<userControls:SizeInput Grid.Column="1" Grid.Row="1"
|
|
x:Name="HeightPicker"
|
|
x:Name="HeightPicker"
|
|
IsEnabled="{Binding EditingEnabled, ElementName=uc}"
|
|
IsEnabled="{Binding EditingEnabled, ElementName=uc}"
|
|
@@ -126,7 +125,7 @@
|
|
Grid.Column="0" Grid.ColumnSpan="2" Grid.Row="2"
|
|
Grid.Column="0" Grid.ColumnSpan="2" Grid.Row="2"
|
|
Name="aspectRatio"
|
|
Name="aspectRatio"
|
|
IsChecked="{Binding ElementName=uc, Path=PreserveAspectRatio}"
|
|
IsChecked="{Binding ElementName=uc, Path=PreserveAspectRatio}"
|
|
- Content="Preserve aspect ratio"
|
|
|
|
|
|
+ local:Translator.Key="PRESERVE_ASPECT_RATIO"
|
|
Foreground="White"
|
|
Foreground="White"
|
|
HorizontalAlignment="Left"
|
|
HorizontalAlignment="Left"
|
|
VerticalAlignment="Center" />
|
|
VerticalAlignment="Center" />
|