@@ -13,7 +13,7 @@
<properties1:ColorMatrixPropertyViewModel />
</Design.DataContext>
<StackPanel HorizontalAlignment="{Binding IsInput, Converter={converters:BoolToValueConverter FalseValue='Right', TrueValue='Stretch'}}">
- <TextBlock ui:Translator.Key="{Binding DisplayName}" />
+ <TextBlock ui:Translator.TooltipKey="{Binding DisplayName}" ui:Translator.Key="{Binding DisplayName}" />
<Grid IsVisible="{Binding ShowInputField}" ColumnDefinitions="Auto,*,*,*,*,*" RowDefinitions="Auto, Auto, Auto, Auto, Auto">
<TextBlock Grid.Row="0" Grid.Column="0" Text="T\F" HorizontalAlignment="Center" VerticalAlignment="Center" TextAlignment="Center" />
@@ -10,7 +10,7 @@
mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450"
x:Class="PixiEditor.Views.Nodes.Properties.ColorPropertyView">
<Grid HorizontalAlignment="{Binding IsInput, Converter={converters:BoolToValueConverter FalseValue='Right', TrueValue='Stretch'}}">
- <TextBlock VerticalAlignment="Center" ui:Translator.Key="{Binding DisplayName}"/>
+ <TextBlock ui:Translator.TooltipKey="{Binding DisplayName}" VerticalAlignment="Center" ui:Translator.Key="{Binding DisplayName}"/>
<colorPicker:PortableColorPicker
EnableGradientsTab="false"
PointerPressed="InputElement_OnPointerPressed"
@@ -20,7 +20,7 @@
HorizontalAlignment="{Binding IsInput, Converter={converters:BoolToValueConverter FalseValue='Right', TrueValue='Stretch'}}">
<DockPanel>
- <TextBlock VerticalAlignment="Center" DockPanel.Dock="Left" ui:Translator.Key="{Binding DisplayName}" />
+ <TextBlock ui:Translator.TooltipKey="{Binding DisplayName}" VerticalAlignment="Center" DockPanel.Dock="Left" ui:Translator.Key="{Binding DisplayName}" />
<Panel HorizontalAlignment="Right" IsVisible="{Binding ShowInputField}">
<controls:NumberInput EnableScrollChange="False" Name="input"
DraggingGrabber="{Binding MergeChanges, Mode=OneWayToSource}"
x:Class="PixiEditor.Views.Nodes.Properties.FontFamilyNamePropertyView">
<DockPanel LastChildFill="True"
- <TextBlock VerticalAlignment="Center" ui:Translator.Key="{Binding DisplayName}" />
+ <TextBlock ui:Translator.TooltipKey="{Binding DisplayName}" VerticalAlignment="Center" ui:Translator.Key="{Binding DisplayName}" />
<input:FontFamilyPicker Margin="5 0"
FontIndex="{Binding FontFamilyIndex, Mode=TwoWay}"
IsVisible="{Binding ShowInputField}">
@@ -15,7 +15,7 @@
<Grid
<ComboBox PointerPressed="InputElement_OnPointerPressed" HorizontalAlignment="Right" MinWidth="100" IsVisible="{Binding ShowInputField}"
SelectedIndex="{Binding SelectedIndex, Mode=TwoWay}" ItemsSource="{Binding Values}">
<ComboBox.ItemTemplate>
@@ -10,6 +10,7 @@
<Grid>
<TextBlock
VerticalAlignment="Center"
+ ui:Translator.TooltipKey="{Binding DisplayName}"
ui:Translator.Key="{Binding DisplayName}"
HorizontalAlignment="{Binding IsInput, Converter={converters:BoolToValueConverter FalseValue='Right', TrueValue='Left'}}" />
</Grid>
<properties1:Int32PropertyViewModel />
- <TextBlock VerticalAlignment="Center" localization:Translator.Key="{Binding DisplayName}"/>
+ <TextBlock localization:Translator.TooltipKey="{Binding DisplayName}" VerticalAlignment="Center" localization:Translator.Key="{Binding DisplayName}"/>
<controls:NumberInput EnableScrollChange="False" Decimals="0"
HorizontalAlignment="Right" MinWidth="100" IsVisible="{Binding ShowInputField}" Value="{Binding Value, Mode=TwoWay}" />
@@ -17,7 +17,7 @@
<StackPanel Margin="0,2">
<Grid ColumnDefinitions="*,*,*" Margin="0,0,0,2">
- <TextBlock ui:Translator.Key="{Binding DisplayName}" VerticalAlignment="Center"/>
+ <TextBlock ui:Translator.TooltipKey="{Binding DisplayName}" ui:Translator.Key="{Binding DisplayName}" VerticalAlignment="Center"/>
<StackPanel Grid.Column="1" Orientation="Horizontal" HorizontalAlignment="Center" VerticalAlignment="Center">
<Button Padding="0" Content="-" Width="35" Command="{Binding AdjustSizeCommand}">
<Button.CommandParameter>
<properties1:Matrix4x5FPropertyViewModel />
- <TextBlock localization:Translator.Key="{Binding DisplayName}" />
+ <TextBlock localization:Translator.TooltipKey="{Binding DisplayName}" localization:Translator.Key="{Binding DisplayName}" />
<TextBlock Grid.Row="1" Grid.Column="0" Text="1" HorizontalAlignment="Center" VerticalAlignment="Center" Margin="1,0" />
<TextBlock Grid.Row="2" Grid.Column="0" Text="2" HorizontalAlignment="Center" VerticalAlignment="Center" Margin="1,0" />
x:Class="PixiEditor.Views.Nodes.Properties.PaintablePropertyView">
EnableGradientsTab="{Binding EnableGradients}"
@@ -14,7 +14,7 @@
<TextBox MaxWidth="110"
MaxLines="1"
Name="smallTextBox"
<properties1:Vec3DPropertyViewModel />
<StackPanel IsVisible="{Binding ShowInputField}">
<controls:NumberInput EnableScrollChange="False" MinWidth="100" DraggingGrabber="{Binding MergeChanges, Mode=OneWayToSource}" Value="{Binding XValue, Mode=TwoWay}" Margin="0,2" />
<controls:NumberInput EnableScrollChange="False" MinWidth="100" DraggingGrabber="{Binding MergeChanges, Mode=OneWayToSource}" Value="{Binding YValue, Mode=TwoWay}" Margin="0,2" />
<properties1:VecDPropertyViewModel />
<controls:NumberInput DraggingGrabber="{Binding MergeChanges, Mode=OneWayToSource}" EnableScrollChange="False" MinWidth="100" Value="{Binding XValue, Mode=TwoWay}" Margin="0,2" />
<controls:NumberInput DraggingGrabber="{Binding MergeChanges, Mode=OneWayToSource}" EnableScrollChange="False" MinWidth="100" Value="{Binding YValue, Mode=TwoWay}" />
<StackPanel
<controls:NumberInput DraggingGrabber="{Binding MergeChanges, Mode=OneWayToSource}" EnableScrollChange="False" MinWidth="100" Decimals="0"
Value="{Binding XValue, Mode=TwoWay}" Margin="0,2" />