Fanchart: less default transparency
svn: r20345
This commit is contained in:
parent
3d6f43134c
commit
29ea43cfe4
@ -1153,7 +1153,7 @@ class FanChartGrampsGUI(object):
|
||||
self.grad_start = '#0000FF'
|
||||
self.grad_end = '#FF0000'
|
||||
self.generic_filter = None # the filter to use. Named as in PageView
|
||||
self.alpha_filter = 0.5 # transparency of filtered out values
|
||||
self.alpha_filter = 0.2 # transparency of filtered out values
|
||||
|
||||
def set_fan(self, fan):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user