We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dc82be commit a5e4910Copy full SHA for a5e4910
tabs/archive_project_tab.py
@@ -89,7 +89,7 @@ def setup_ui(self):
89
self.pixel_label.setEnabled(False)
90
self.pixel_spinbox = QSpinBox()
91
self.pixel_spinbox.setRange(100, 10000)
92
- self.pixel_spinbox.setValue(1920)
+ self.pixel_spinbox.setValue(300)
93
self.pixel_spinbox.setSuffix(" px")
94
self.pixel_spinbox.setEnabled(False)
95
pixel_layout.addWidget(self.pixel_label)
0 commit comments