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:
authorstronnag <jh+github@daria.co.uk>2015-11-11 20:15:38 +0300
committerstronnag <jh+github@daria.co.uk>2015-11-11 20:15:38 +0300
commitb466c9d2b9f8a130ade68ab28b5a164a5961b2e2 (patch)
treeb8e710832bfc66b9b01eb0cfbc0dd6e3f55f45e7 /support/svg_model_motors.rb
parent65f2be91016929e38999c6aac80bbf37f9d51290 (diff)
Update svg_model_motors.rb
fix stupid typo
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)