Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNavFlight/inav-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'support/svg_model_motors.rb')
-rwxr-xr-xsupport/svg_model_motors.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/svg_model_motors.rb b/support/svg_model_motors.rb
index e0ebd083..d71d5f77 100755
--- a/support/svg_model_motors.rb
+++ b/support/svg_model_motors.rb
@@ -83,7 +83,7 @@ class Model
# Draw body parts, really just a rounded line
def draw_body x1,y1,x2,y2
- @cr.set_source_color(BODY_GRAY)
+ @cr.set_source_color(BODY_GREY)
@cr.set_line_width(@lw)
@cr.set_line_join(Cairo::LINE_JOIN_ROUND)
@cr.move_to(x1,y1)