Give a single FSP subchart more space

py3.10_support
Tyler Goodlet 2021-12-20 14:21:46 -05:00
parent 644ac6661c
commit 8722cf4c49
1 changed files with 1 additions and 1 deletions

View File

@ -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