From 80cb3d04c73d492db0eef14f0cd0e42bde9299ab Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Fri, 13 Dec 2013 19:51:43 -0800 Subject: [PATCH] Make the X/Y rotation grid much bigger This is still a totally arbitrary size. Maybe it should be customizable or adaptive somehow? --- aegisub/src/visual_tool_rotatexy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aegisub/src/visual_tool_rotatexy.cpp b/aegisub/src/visual_tool_rotatexy.cpp index 0677b00ff..f7f95bc6f 100644 --- a/aegisub/src/visual_tool_rotatexy.cpp +++ b/aegisub/src/visual_tool_rotatexy.cpp @@ -50,7 +50,7 @@ void VisualToolRotateXY::Draw() { float b = colour[0].Blue() / 255.f; // Number of lines on each side of each axis - static const int radius = 5; + static const int radius = 15; // Total number of lines, including center axis line static const int line_count = radius * 2 + 1; // Distance between each line in pixels