mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-29 00:24:13 +08:00
ts
This commit is contained in:
parent
1a57e5fe88
commit
545c11984e
@ -153,6 +153,7 @@ class ItemWidget(QWidget):
|
|||||||
if globalconfig["showgametitle"]:
|
if globalconfig["showgametitle"]:
|
||||||
self._lb.setText(file)
|
self._lb.setText(file)
|
||||||
self._lb.setWordWrap(True)
|
self._lb.setWordWrap(True)
|
||||||
|
self._lb.setStyleSheet("background-color: rgba(255,255,255, 0);")
|
||||||
self._lb.setAlignment(Qt.AlignCenter)
|
self._lb.setAlignment(Qt.AlignCenter)
|
||||||
layout.addWidget(self._lb)
|
layout.addWidget(self._lb)
|
||||||
self.setLayout(layout)
|
self.setLayout(layout)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user