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 ddaade9 commit d0306bfCopy full SHA for d0306bf
1 file changed
media_converter/widgets/scale_settings_widget.py
@@ -29,7 +29,7 @@ def _setup_ui(self) -> None:
29
self.setLayout(self.create_scale_options_grid())
30
31
def create_scale_options_grid(self) -> QGridLayout:
32
- factors = (1 / 8, 1 / 4, 1 / 2, 1, 1.5, 2)
+ factors = (1 / 4, 1 / 2, 0.75, 1, 1.5, 2)
33
widgets = []
34
for factor in factors:
35
button = QPushButton(f"{factor}x")
0 commit comments