Give a single FSP subchart more space
parent
644ac6661c
commit
8722cf4c49
|
@ -361,7 +361,7 @@ class LinkedSplits(QWidget):
|
|||
if not prop:
|
||||
# proportion allocated to consumer subcharts
|
||||
if ln < 2:
|
||||
prop = 1/(.666 * 6)
|
||||
prop = 1/(.375 * 6)
|
||||
elif ln >= 2:
|
||||
prop = 3/8
|
||||
|
||||
|
|
Loading…
Reference in New Issue