Skip to content

Commit d0306bf

Browse files
committed
change factors
1 parent ddaade9 commit d0306bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

media_converter/widgets/scale_settings_widget.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def _setup_ui(self) -> None:
2929
self.setLayout(self.create_scale_options_grid())
3030

3131
def create_scale_options_grid(self) -> QGridLayout:
32-
factors = (1 / 8, 1 / 4, 1 / 2, 1, 1.5, 2)
32+
factors = (1 / 4, 1 / 2, 0.75, 1, 1.5, 2)
3333
widgets = []
3434
for factor in factors:
3535
button = QPushButton(f"{factor}x")

0 commit comments

Comments
 (0)