generated from LouisMazin/PythonApplicationTemplate
fix style
This commit is contained in:
parent
2d89c95a23
commit
2085207f18
@ -321,9 +321,9 @@ class ExportWindow(QWidget):
|
||||
self.progress_dialog = QDialog(self)
|
||||
self.progress_dialog.setWindowTitle(self.language_manager.get_text("export_label"))
|
||||
self.progress_dialog.setModal(True)
|
||||
self.progress_dialog.setFixedSize(400, 120)
|
||||
|
||||
layout = QVBoxLayout(self.progress_dialog)
|
||||
layout.setContentsMargins(20, 20, 20, 20)
|
||||
self.progress_bar = LoadingBar(self.language_manager.get_text("preparing_export"), self.progress_dialog)
|
||||
layout.addWidget(self.progress_bar)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user