|
@@ -32,66 +32,48 @@
|
|
DockPanel.Dock="Left"
|
|
DockPanel.Dock="Left"
|
|
Height="24" Width="24" Cursor="Hand" uiExt:Translator.TooltipKey="NEW_LAYER"
|
|
Height="24" Width="24" Cursor="Hand" uiExt:Translator.TooltipKey="NEW_LAYER"
|
|
HorizontalAlignment="Stretch" Margin="0,0,5,0"
|
|
HorizontalAlignment="Stretch" Margin="0,0,5,0"
|
|
- Classes="ImageButtonStyle"
|
|
|
|
- FlowDirection="LeftToRight">
|
|
|
|
- <Button.Background>
|
|
|
|
- <ImageBrush Source="/Images/Layer-add.png"/>
|
|
|
|
- </Button.Background>
|
|
|
|
- </Button>
|
|
|
|
|
|
+ Classes="pixi-icon"
|
|
|
|
+ Content="{DynamicResource icon-file-plus}"
|
|
|
|
+ FlowDirection="LeftToRight"/>
|
|
<Button
|
|
<Button
|
|
Command="{xaml:Command PixiEditor.Layer.NewFolder}"
|
|
Command="{xaml:Command PixiEditor.Layer.NewFolder}"
|
|
Height="24" Width="24" uiExt:Translator.TooltipKey="NEW_FOLDER" Cursor="Hand"
|
|
Height="24" Width="24" uiExt:Translator.TooltipKey="NEW_FOLDER" Cursor="Hand"
|
|
DockPanel.Dock="Left"
|
|
DockPanel.Dock="Left"
|
|
HorizontalAlignment="Stretch" Margin="0,0,5,0"
|
|
HorizontalAlignment="Stretch" Margin="0,0,5,0"
|
|
- Classes="ImageButtonStyle"
|
|
|
|
- FlowDirection="LeftToRight">
|
|
|
|
- <Button.Background>
|
|
|
|
- <ImageBrush Source="/Images/Folder-add.png"/>
|
|
|
|
- </Button.Background>
|
|
|
|
- </Button>
|
|
|
|
|
|
+ Classes="pixi-icon"
|
|
|
|
+ Content="{DynamicResource icon-folder-plus}"
|
|
|
|
+ FlowDirection="LeftToRight"/>
|
|
<Button
|
|
<Button
|
|
Command="{xaml:Command PixiEditor.Layer.DeleteSelected}" Height="24" Width="24" uiExt:Translator.TooltipKey="LAYER_DELETE_ALL_SELECTED"
|
|
Command="{xaml:Command PixiEditor.Layer.DeleteSelected}" Height="24" Width="24" uiExt:Translator.TooltipKey="LAYER_DELETE_ALL_SELECTED"
|
|
Cursor="Hand"
|
|
Cursor="Hand"
|
|
HorizontalAlignment="Stretch" Margin="0,0,5,0"
|
|
HorizontalAlignment="Stretch" Margin="0,0,5,0"
|
|
DockPanel.Dock="Left"
|
|
DockPanel.Dock="Left"
|
|
- Classes="ImageButtonStyle"
|
|
|
|
- FlowDirection="LeftToRight">
|
|
|
|
- <Button.Background>
|
|
|
|
- <ImageBrush Source="/Images/Trash.png"/>
|
|
|
|
- </Button.Background>
|
|
|
|
- </Button>
|
|
|
|
|
|
+ Classes="pixi-icon"
|
|
|
|
+ Content="{DynamicResource icon-trash}"
|
|
|
|
+ FlowDirection="LeftToRight"/>
|
|
<Button
|
|
<Button
|
|
Command="{xaml:Command PixiEditor.Layer.MergeWithBelow}" Height="24" Width="24" uiExt:Translator.TooltipKey="MERGE_WITH_BELOW" Cursor="Hand"
|
|
Command="{xaml:Command PixiEditor.Layer.MergeWithBelow}" Height="24" Width="24" uiExt:Translator.TooltipKey="MERGE_WITH_BELOW" Cursor="Hand"
|
|
DockPanel.Dock="Right"
|
|
DockPanel.Dock="Right"
|
|
HorizontalAlignment="Stretch" Margin="5,0,0,0"
|
|
HorizontalAlignment="Stretch" Margin="5,0,0,0"
|
|
- Classes="ImageButtonStyle"
|
|
|
|
- FlowDirection="LeftToRight">
|
|
|
|
- <Button.Background>
|
|
|
|
- <ImageBrush Source="/Images/Merge-downwards.png"/>
|
|
|
|
- </Button.Background>
|
|
|
|
- </Button>
|
|
|
|
|
|
+ Classes="pixi-icon"
|
|
|
|
+ Content="{DynamicResource icon-merge}"
|
|
|
|
+ FlowDirection="LeftToRight"/>
|
|
<Button
|
|
<Button
|
|
Height="24" Width="24" uiExt:Translator.TooltipKey="CREATE_MASK" Cursor="Hand"
|
|
Height="24" Width="24" uiExt:Translator.TooltipKey="CREATE_MASK" Cursor="Hand"
|
|
DockPanel.Dock="Right"
|
|
DockPanel.Dock="Right"
|
|
HorizontalAlignment="Stretch" Margin="5,0,0,0"
|
|
HorizontalAlignment="Stretch" Margin="5,0,0,0"
|
|
- Classes="ImageButtonStyle"
|
|
|
|
|
|
+ Classes="pixi-icon"
|
|
|
|
+ Content="{DynamicResource icon-create-mask}"
|
|
Command="{xaml:Command PixiEditor.Layer.CreateMask}"
|
|
Command="{xaml:Command PixiEditor.Layer.CreateMask}"
|
|
- FlowDirection="LeftToRight">
|
|
|
|
- <Button.Background>
|
|
|
|
- <ImageBrush Source="/Images/Create-mask.png"/>
|
|
|
|
- </Button.Background>
|
|
|
|
- </Button>
|
|
|
|
|
|
+ FlowDirection="LeftToRight"/>
|
|
<Button
|
|
<Button
|
|
Height="24" Width="24" uiExt:Translator.TooltipKey="LOCK_TRANSPARENCY" Cursor="Hand"
|
|
Height="24" Width="24" uiExt:Translator.TooltipKey="LOCK_TRANSPARENCY" Cursor="Hand"
|
|
DockPanel.Dock="Right"
|
|
DockPanel.Dock="Right"
|
|
HorizontalAlignment="Stretch" Margin="5,0,0,0"
|
|
HorizontalAlignment="Stretch" Margin="5,0,0,0"
|
|
- Classes="ImageButtonStyle"
|
|
|
|
|
|
+ Classes="pixi-icon"
|
|
|
|
+ Content="{DynamicResource icon-alpha-lock}"
|
|
Command="{xaml:Command PixiEditor.Layer.ToggleLockTransparency}"
|
|
Command="{xaml:Command PixiEditor.Layer.ToggleLockTransparency}"
|
|
- FlowDirection="LeftToRight">
|
|
|
|
- <Button.Background>
|
|
|
|
- <ImageBrush Source="/Images/Lock-alpha.png"/>
|
|
|
|
- </Button.Background>
|
|
|
|
- </Button>
|
|
|
|
|
|
+ FlowDirection="LeftToRight"/>
|
|
<Grid/>
|
|
<Grid/>
|
|
</DockPanel>
|
|
</DockPanel>
|
|
<DockPanel Margin="3,0">
|
|
<DockPanel Margin="3,0">
|