From f2e69ec089a9ad4806b2e4d0a2677a3d5661ecda Mon Sep 17 00:00:00 2001 From: Koen Derks Date: Wed, 20 Nov 2024 22:57:55 +0100 Subject: [PATCH] Update SetSeed.qml --- inst/qml/common/ui/SetSeed.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inst/qml/common/ui/SetSeed.qml b/inst/qml/common/ui/SetSeed.qml index 68a1ecbe..e4edd3f8 100644 --- a/inst/qml/common/ui/SetSeed.qml +++ b/inst/qml/common/ui/SetSeed.qml @@ -32,9 +32,9 @@ CheckBox { name: "seed" defaultValue: 1 - min: 0 + min: -999999 max: 999999 - fieldWidth: 60 + fieldWidth: 60 * preferencesModel.uiScale info: qsTr("The value of the seed.") } } \ No newline at end of file