Increase width of join room button

This commit is contained in:
et0h 2020-09-22 21:08:13 +01:00
parent 16e33a4eef
commit b3d8e14c4c
1 changed files with 1 additions and 1 deletions

View File

@ -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)