瀏覽代碼

Change posterization node icon

Jakub Ciemała 6 天之前
父節點
當前提交
f0aa49e108
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/PixiEditor/ViewModels/Document/Nodes/Effects/PosterizationNodeViewModel.cs

+ 1 - 1
src/PixiEditor/ViewModels/Document/Nodes/Effects/PosterizationNodeViewModel.cs

@@ -3,7 +3,7 @@ using PixiEditor.ViewModels.Nodes;
 
 namespace PixiEditor.ViewModels.Document.Nodes.Effects;
 
-[NodeViewModel("POSTERIZATION_NODE", "EFFECTS", PixiPerfectIcons.ColorPalette)]
+[NodeViewModel("POSTERIZATION_NODE", "EFFECTS", PixiPerfectIcons.Swatches)]
 internal class PosterizationNodeViewModel : NodeViewModel<PosterizationNode>
 {