Compare commits
1 Commits
egs
...
addgame_ov
Author | SHA1 | Date | |
---|---|---|---|
44574c01d9
|
@ -94,6 +94,9 @@ class AddGameDialog(QDialog):
|
||||
self.setModal(True)
|
||||
self.setStyleSheet(self.theme.MAIN_WINDOW_STYLE + self.theme.MESSAGE_BOX_STYLE)
|
||||
|
||||
# Убираем рамку окна
|
||||
self.setWindowFlags(Qt.WindowType.FramelessWindowHint | Qt.WindowType.Dialog)
|
||||
|
||||
layout = QFormLayout(self)
|
||||
|
||||
# Game name
|
||||
|
Reference in New Issue
Block a user