Hello,I tested Gauge widget.So, I modified source code to change needle shape in Gauge.hpp.// triangle original : ShapePoint<float> points[3] = { { -2.5f, 0}, {0.0f, -70}, {2.5f, 0} };// rectanglemodify : ShapePoint<float> points[4] = { { -1.0f, 0}, ...