From 758cf990b2af9fdc0c80e1f5e31a9f1e248f89b8 Mon Sep 17 00:00:00 2001 From: Cosmo Myzrail Gorynych Date: Tue, 15 Oct 2019 17:35:50 +1200 Subject: [PATCH] :zap: "Make the axis handle squared", not "square", so it becomes less ambiguous --- app/Changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Changelog.md b/app/Changelog.md index 86afcf0a5..9299186b0 100644 --- a/app/Changelog.md +++ b/app/Changelog.md @@ -27,7 +27,7 @@ * Remove excess borders on module panels * Remove old language keys, add Comments.json, Debug.json * Rename "Is tiled" property of textures to "Use as background", hide splitting tools if used as background -* texture-editor: Make the axis handle square (by @schadocalex) +* texture-editor: Make the axis handle squared (by @schadocalex) * texture-editor: Zooming in/out now works when scrolling outside the texture as well (by @schadocalex) * Tiny UI improvements, here and there