mirror of https://github.com/Syncplay/syncplay
Increase width of join room button
This commit is contained in:
parent
16e33a4eef
commit
b3d8e14c4c
|
@ -1488,7 +1488,7 @@ class MainWindow(QtWidgets.QMainWindow):
|
|||
QtGui.QPixmap(resourcespath + 'door_in.png'),
|
||||
getMessage("joinroom-label"))
|
||||
window.roomButton.pressed.connect(self.joinRoom)
|
||||
window.roomButton.setFixedWidth(window.roomButton.sizeHint().width())
|
||||
window.roomButton.setFixedWidth(window.roomButton.sizeHint().width()+3)
|
||||
window.roomLayout = QtWidgets.QHBoxLayout()
|
||||
window.roomFrame = QtWidgets.QFrame()
|
||||
window.roomFrame.setLayout(self.roomLayout)
|
||||
|
|
Loading…
Reference in New Issue