Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Pinta.Resources] Use symbolic tool icons. #204

Merged
merged 1 commit into from
Jan 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 22 additions & 22 deletions Pinta.Resources/Icons.cs
Original file line number Diff line number Diff line change
Expand Up @@ -144,29 +144,29 @@ public static class Icons
public const string Sampling7 = "sampling-7x7";
public const string Sampling9 = "sampling-9x9";

public const string ToolCloneStamp = "tool-clonestamp";
public const string ToolColorPicker = "tool-colorpicker";
public const string ToolCloneStamp = "tool-clonestamp-symbolic";
public const string ToolColorPicker = "tool-colorpicker-symbolic";
public const string ToolColorPickerPreviousTool = "tool-colorpicker-previoustool";
public const string ToolEllipse = "tool-ellipse";
public const string ToolEraser = "tool-eraser";
public const string ToolFreeformShape = "tool-freeformshape";
public const string ToolGradient = "tool-gradient";
public const string ToolLine = "tool-line";
public const string ToolMove = "tool-move";
public const string ToolMoveSelection = "tool-move-selection";
public const string ToolPaintBrush = "tool-paintbrush";
public const string ToolPaintBucket = "tool-paintbucket";
public const string ToolPan = "tool-pan";
public const string ToolPencil = "tool-pencil";
public const string ToolRecolor = "tool-recolor";
public const string ToolRectangle = "tool-rectangle";
public const string ToolRectangleRounded = "tool-rectangle-rounded";
public const string ToolSelectEllipse = "tool-select-ellipse";
public const string ToolSelectLasso = "tool-select-lasso";
public const string ToolSelectMagicWand = "tool-select-magicwand";
public const string ToolSelectRectangle = "tool-select-rectangle";
public const string ToolText = "tool-text";
public const string ToolZoom = "tool-zoom";
public const string ToolEllipse = "tool-ellipse-symbolic";
public const string ToolEraser = "tool-eraser-symbolic";
public const string ToolFreeformShape = "tool-freeformshape-symbolic";
public const string ToolGradient = "tool-gradient-symbolic";
public const string ToolLine = "tool-line-symbolic";
public const string ToolMove = "tool-move-symbolic";
public const string ToolMoveSelection = "tool-move-selection-symbolic";
public const string ToolPaintBrush = "tool-paintbrush-symbolic";
public const string ToolPaintBucket = "tool-paintbucket-symbolic";
public const string ToolPan = "tool-pan-symbolic";
public const string ToolPencil = "tool-pencil-symbolic";
public const string ToolRecolor = "tool-recolor-symbolic";
public const string ToolRectangle = "tool-rectangle-symbolic";
public const string ToolRectangleRounded = "tool-rectangle-rounded-symbolic";
public const string ToolSelectEllipse = "tool-select-ellipse-symbolic";
public const string ToolSelectLasso = "tool-select-lasso-symbolic";
public const string ToolSelectMagicWand = "tool-select-magicwand-symbolic";
public const string ToolSelectRectangle = "tool-select-rectangle-symbolic";
public const string ToolText = "tool-text-symbolic";
public const string ToolZoom = "tool-zoom-symbolic";

public const string ViewGrid = "view-grid";
public const string ViewRulers = "view-rulers";
Expand Down
5 changes: 1 addition & 4 deletions Pinta.Resources/Pinta.Resources.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PackageReference Include="GtkSharp" Version="3.24.24.34" />
</ItemGroup>
<ItemGroup>
<Content Include="icons/hicolor/16x16/*/*">
<Content Include="icons/hicolor/*/*/*">
cameronwhite marked this conversation as resolved.
Show resolved Hide resolved
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
Expand Down Expand Up @@ -242,9 +242,6 @@
<EmbeddedResource Include="Resources\About.ImageSep.png">
<LogicalName>About.ImageSep.png</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="Resources\About.MonoPowered.png">
<LogicalName>About.MonoPowered.png</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="Resources\About.ImageTop.png">
<LogicalName>About.ImageTop.png</LogicalName>
</EmbeddedResource>
Expand Down
Binary file removed Pinta.Resources/Resources/About.MonoPowered.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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