Browse Source

Disable gradients tab in color replacer

Krzysztof Krysiński 3 months ago
parent
commit
b17163d34b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/PixiEditor/Views/Palettes/ColorReplacer.axaml

+ 1 - 0
src/PixiEditor/Views/Palettes/ColorReplacer.axaml

@@ -42,6 +42,7 @@
                                FontSize="24" Margin="10 0" ui:Translator.UseLanguageFlowDirection="True"/>
                     <colorPicker:PortableColorPicker
                         UseHintColor="True"
+                        EnableGradientsTab="False"
                         SelectedColor="{Binding ElementName=uc, Path=NewColor, Mode=TwoWay}"
                         HintColor="{Binding ElementName=uc, Path=HintColor}"
                         Height="37"