Lengthen label arrow a tad

basic_orders
Tyler Goodlet 2021-03-13 17:28:57 -05:00
parent f6dbdfab84
commit 9798689961
1 changed files with 1 additions and 1 deletions

View File

@ -454,7 +454,7 @@ class YAxisLabel(AxisLabel):
path = QtGui.QPainterPath()
h = self.rect.height()
path.moveTo(0, 0)
path.lineTo(-x_offset - 2, h/2.)
path.lineTo(-x_offset - 4, h/2.)
path.lineTo(0, h)
path.closeSubpath()
self.path = path