layer effects behind chatbox

This commit is contained in:
Mauricio 2020-08-05 21:27:29 -04:00
parent 2b63d87b65
commit aeb1cef3c4

View File

@ -665,6 +665,8 @@ class gui(QtGui.QWidget):
self.court.setPixmap(QtGui.QPixmap(AOpath + 'background/default/defenseempty.png'))
self.bench.setPixmap(bench)
self.effectview = AOMovie(self)
self.chatbox = QtGui.QLabel(self)
chatbox = QtGui.QPixmap(AOpath + 'themes/default/chatmed.png')
chatboxheight = chatbox.size().height()
@ -697,7 +699,6 @@ class gui(QtGui.QWidget):
self.objectionview = AOMovie(self)
self.objectionview.done.connect(self.objection_done)
self.effectview = AOMovie(self)
self.whiteflashlab = QtGui.QLabel(self)
self.whiteflashlab.setPixmap(QtGui.QPixmap(AOpath + 'themes/default/realizationflash.png'))