From 05b16830c4b5db1e32434f213698ce86cb684425 Mon Sep 17 00:00:00 2001 From: cncfanatics Date: Thu, 21 Oct 2010 15:09:24 +0200 Subject: [PATCH] Move range & tracking further to the right --- gui/fittingView.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui/fittingView.py b/gui/fittingView.py index 16103e39c..d540d74b3 100644 --- a/gui/fittingView.py +++ b/gui/fittingView.py @@ -33,11 +33,11 @@ class FittingView(d.Display): DEFAULT_COLS = ["Module state", "Module Ammo Icon", "Module name/slot", - "attr:trackingSpeed", - "Max range", "Capacitor Usage", "attr:power", "attr:cpu", + "attr:trackingSpeed", + "Max range", "Module Ammo", ]