WIP: dialogs addgame overlay now borderless #3
| @@ -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