mirror of
https://github.com/euphy/polargraphcontroller
synced 2024-11-13 01:47:57 +01:00
Renamed circular pixel as spiral pixel.
This commit is contained in:
parent
0bff66fcd5
commit
a8e5e50743
@ -896,7 +896,7 @@ void button_mode_drawPixelsDialog()
|
||||
rStyle.add("Scribble", PIXEL_STYLE_SCRIBBLE);
|
||||
if (currentHardware >= HARDWARE_VER_MEGA)
|
||||
{
|
||||
rStyle.add("Circles", PIXEL_STYLE_CIRCLE);
|
||||
rStyle.add("Spiral", PIXEL_STYLE_CIRCLE);
|
||||
rStyle.add("Sawtooth", PIXEL_STYLE_SAW);
|
||||
}
|
||||
rStyle.setWindow(dialogWindow);
|
||||
|
@ -806,7 +806,7 @@ Map<String, String> buildControlLabels()
|
||||
result.put(MODE_RENDER_SQUARE_PIXELS, "Shade Squarewave");
|
||||
result.put(MODE_RENDER_SCALED_SQUARE_PIXELS, "Shade Scaled Square");
|
||||
result.put(MODE_RENDER_SAW_PIXELS, "Shade sawtooth");
|
||||
result.put(MODE_RENDER_CIRCLE_PIXELS, "Shade circular");
|
||||
result.put(MODE_RENDER_CIRCLE_PIXELS, "Shade spiral");
|
||||
result.put(MODE_INPUT_ROW_START, "Select Row start");
|
||||
result.put(MODE_INPUT_ROW_END, "Select Row end");
|
||||
result.put(MODE_SET_POSITION, "Set pen position");
|
||||
|
Loading…
Reference in New Issue
Block a user