projects
/
jiten-pai.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f05c6f
)
* Max stroke count is 30.
author
Urban Wallasch
<urban.wallasch@freenet.de>
Mon, 21 Jun 2021 20:35:27 +0000
(22:35 +0200)
committer
Urban Wallasch
<urban.wallasch@freenet.de>
Mon, 21 Jun 2021 20:35:27 +0000
(22:35 +0200)
kanjidic.py
patch
|
blob
|
history
diff --git
a/kanjidic.py
b/kanjidic.py
index b13c078065e670efd1d01c20ca39f8fa1d843050..9dd69d1be26ef276bac0ba0be6acaeabde5127c0 100755
(executable)
--- 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()