Allow larger print preview scale size

Resolves #439
This commit is contained in:
Donkie
2024-08-10 11:45:21 +02:00
parent 14a22e072f
commit da89b80d07

View File

@@ -352,7 +352,7 @@ const PrintingDialog: React.FC<PrintingDialogProps> = ({
<Col span={12}>
<Slider
min={0.1}
max={1}
max={3}
step={0.01}
value={previewScale}
onChange={(value) => {
@@ -363,7 +363,7 @@ const PrintingDialog: React.FC<PrintingDialogProps> = ({
<Col span={12}>
<InputNumber
min={0.1}
max={1}
max={3}
step={0.01}
style={{ margin: "0 16px" }}
value={previewScale}