Make slow chart a teensie bit smaller
parent
d2b99c6889
commit
ca80b3b808
|
@ -488,7 +488,7 @@ class LinkedSplits(QWidget):
|
||||||
prop = 3/8
|
prop = 3/8
|
||||||
|
|
||||||
h = self.height()
|
h = self.height()
|
||||||
histview_h = h * (6/16)
|
histview_h = h * (4/11)
|
||||||
h = h - histview_h
|
h = h - histview_h
|
||||||
|
|
||||||
major = 1 - prop
|
major = 1 - prop
|
||||||
|
|
Loading…
Reference in New Issue