Go back to origin slow chart split proportion
parent
6897aed6b6
commit
ed868f6246
|
@ -501,7 +501,7 @@ class LinkedSplits(QWidget):
|
||||||
prop = 3/8
|
prop = 3/8
|
||||||
|
|
||||||
h = self.height()
|
h = self.height()
|
||||||
histview_h = h * (6/16) * 0.666
|
histview_h = h * (6/16)
|
||||||
h = h - histview_h
|
h = h - histview_h
|
||||||
|
|
||||||
major = 1 - prop
|
major = 1 - prop
|
||||||
|
|
Loading…
Reference in New Issue