mirror of
https://github.com/Syncplay/syncplay
synced 2025-02-16 19:06:52 +00:00
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'),
|
QtGui.QPixmap(resourcespath + 'door_in.png'),
|
||||||
getMessage("joinroom-label"))
|
getMessage("joinroom-label"))
|
||||||
window.roomButton.pressed.connect(self.joinRoom)
|
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.roomLayout = QtWidgets.QHBoxLayout()
|
||||||
window.roomFrame = QtWidgets.QFrame()
|
window.roomFrame = QtWidgets.QFrame()
|
||||||
window.roomFrame.setLayout(self.roomLayout)
|
window.roomFrame.setLayout(self.roomLayout)
|
||||||
|
Loading…
Reference in New Issue
Block a user