From: Urban Wallasch Date: Mon, 21 Jun 2021 20:35:27 +0000 (+0200) Subject: * Max stroke count is 30. X-Git-Tag: v0.1.0~90 X-Git-Url: https://git.packet-gain.de/?a=commitdiff_plain;h=9bb4810daf27248ab19ed3a19bf70f76e2fd9bcb;p=jiten-pai.git * Max stroke count is 30. --- diff --git a/kanjidic.py b/kanjidic.py index b13c078..9dd69d1 100755 --- a/kanjidic.py +++ b/kanjidic.py @@ -601,7 +601,7 @@ class kdMainWindow(QDialog): stroke_search_layout = zQHBoxLayout() self.stroke_search_check = QCheckBox('Search By Strokes:') self.stroke_search_num = QSpinBox() - self.stroke_search_num.setRange(1,42) + self.stroke_search_num.setRange(1,30) self.stroke_search_tol_label = QLabel('+/-') self.stroke_search_tol_label.setAlignment(Qt.AlignRight) self.stroke_search_tol = QSpinBox()