[Fix] format error of /vnpy/trader/ui/widget.py
This commit is contained in:
parent
e6e41fdc5c
commit
cda0287246
@ -172,7 +172,7 @@ class MsgCell(BaseCell):
|
|||||||
def __init__(self, content: str, data: Any):
|
def __init__(self, content: str, data: Any):
|
||||||
""""""
|
""""""
|
||||||
super(MsgCell, self).__init__(content, data)
|
super(MsgCell, self).__init__(content, data)
|
||||||
self.setTextAlignment(QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
|
self.setTextAlignment(QtCore.Qt.AlignLeft | QtCore.Qt.AlignVCenter)
|
||||||
|
|
||||||
|
|
||||||
class BaseMonitor(QtWidgets.QTableWidget):
|
class BaseMonitor(QtWidgets.QTableWidget):
|
||||||
|
Loading…
Reference in New Issue
Block a user