Skip to content

Commit

Permalink
Add symbolic icons for the color picker tool
Browse files Browse the repository at this point in the history
- Update the icons for the sampling size option
- Use a standard arrow icon for the "previous tool" icon
  • Loading branch information
cameronwhite committed Nov 12, 2022
1 parent 301b36b commit 1acc3c2
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Pinta.Resources/Icons.cs
Original file line number Diff line number Diff line change
Expand Up @@ -149,15 +149,15 @@ public static class Icons
public const string ResizeCanvasSW = "image-resize-canvas-sw-symbolic";
public const string ResizeCanvasUp = "image-resize-canvas-up-symbolic";

public const string Sampling1 = "sampling-1x1";
public const string Sampling3 = "sampling-3x3";
public const string Sampling5 = "sampling-5x5";
public const string Sampling7 = "sampling-7x7";
public const string Sampling9 = "sampling-9x9";
public const string Sampling1 = "tool-colorpicker-sampling-1x1-symbolic";
public const string Sampling3 = "tool-colorpicker-sampling-3x3-symbolic";
public const string Sampling5 = "tool-colorpicker-sampling-5x5-symbolic";
public const string Sampling7 = "tool-colorpicker-sampling-7x7-symbolic";
public const string Sampling9 = "tool-colorpicker-sampling-9x9-symbolic";

public const string ToolCloneStamp = "tool-clonestamp-symbolic";
public const string ToolColorPicker = "tool-colorpicker-symbolic";
public const string ToolColorPickerPreviousTool = "tool-colorpicker-previoustool";
public const string ToolColorPickerPreviousTool = "go-previous-symbolic";
public const string ToolEllipse = "tool-ellipse-symbolic";
public const string ToolEraser = "tool-eraser-symbolic";
public const string ToolFreeformShape = "tool-freeformshape-symbolic";
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1acc3c2

Please sign in to comment.