Commit c1427925 authored by Dan Pascu's avatar Dan Pascu

Reduced the default graph fill transparency a bit

parent 3b61f159
......@@ -108,7 +108,7 @@ class GraphWidget(QWidget, ColorHelperMixin):
self.smoothEnvelope = True
self.smoothFactor = 0.15
self.fillEnvelope = True
self.fillTransparency = 50
self.fillTransparency = 40
self.scaler = SoftScaler()
self.graphs = []
self.__dict__['graph_width'] = 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment