aboutsummaryrefslogtreecommitdiff
path: root/src/components/color.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/color.py')
-rw-r--r--src/components/color.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/color.py b/src/components/color.py
index 253ac83..8a994db 100644
--- a/src/components/color.py
+++ b/src/components/color.py
@@ -152,7 +152,7 @@ class Component(__base__.Component):
brush = QtGui.QLinearGradient(
self.LG_start,
self.LG_start,
- self.LG_start+width/3,
+ self.LG_end+width/3,
self.LG_end)
elif self.fillType == 2: # Radial Gradient