|
@@ -30,12 +30,15 @@
|
|
|
HintColor="{Binding ElementName=paletteControl, Path=HintColor}"
|
|
|
Colors="{Binding ElementName=paletteControl, Path=Colors}"/>
|
|
|
<StackPanel Margin="0, 0, 5, 0" HorizontalAlignment="Right" Width="110" VerticalAlignment="Center" Orientation="Horizontal">
|
|
|
- <Button IsEnabled="True" Margin="0, 0, 5, 0" Style="{StaticResource ToolButtonStyle}" Click="BrowsePalettes_Click"
|
|
|
- Cursor="Hand" Height="24" Width="24" ui:Translator.TooltipKey="BROWSE_PALETTES">
|
|
|
- <Button.Background>
|
|
|
- <ImageBrush ImageSource="/Images/Database.png"/>
|
|
|
- </Button.Background>
|
|
|
- </Button>
|
|
|
+ <local:AlwaysEnabled>
|
|
|
+ <Button Margin="0, 0, 5, 0"
|
|
|
+ Style="{StaticResource ToolButtonStyle}" Click="BrowsePalettes_Click"
|
|
|
+ Cursor="Hand" Height="24" Width="24" ui:Translator.TooltipKey="BROWSE_PALETTES">
|
|
|
+ <Button.Background>
|
|
|
+ <ImageBrush ImageSource="/Images/Database.png"/>
|
|
|
+ </Button.Background>
|
|
|
+ </Button>
|
|
|
+ </local:AlwaysEnabled>
|
|
|
<Button Margin="0, 0, 5, 0" Style="{StaticResource ToolButtonStyle}"
|
|
|
Cursor="Hand" Height="24" Width="24" ui:Translator.TooltipKey="LOAD_PALETTE" Click="ImportPalette_OnClick">
|
|
|
<Button.Background>
|