From b0869574522dde842681f0459c9254f443d7a114 Mon Sep 17 00:00:00 2001 From: Jeffrey Hsu Date: Sun, 29 Jun 2025 15:41:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=88=90=E7=BB=A9=E8=BE=93?= =?UTF-8?q?=E5=85=A5=E6=A1=86=E5=A4=A7=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/pyui/sub/picker.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/pyui/sub/picker.py b/ui/pyui/sub/picker.py index 4350657..fa138ce 100644 --- a/ui/pyui/sub/picker.py +++ b/ui/pyui/sub/picker.py @@ -60,6 +60,7 @@ class QuickScoring(QWidget): self.keyboard = QuickScoringKeyBoard(self) self.gradeSpinBox.setRange(0, 100) + self.gradeSpinBox.setFixedWidth(150) self.submitButton.setFixedWidth(120) self.resetButton.setFixedWidth(120)