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:
7e042da
)
* Improved visibility of stroke count tags in radical list.
author
Urban Wallasch
<urban.wallasch@freenet.de>
Tue, 22 Jun 2021 08:36:17 +0000
(10:36 +0200)
committer
Urban Wallasch
<urban.wallasch@freenet.de>
Tue, 22 Jun 2021 08:36:17 +0000
(10:36 +0200)
kanjidic.py
patch
|
blob
|
history
diff --git
a/kanjidic.py
b/kanjidic.py
index fec4b452aa2393999602ab13d2c08dcdf3039d43..082ee1a35ab42c3701c8bda0de9695a40778e43c 100755
(executable)
--- a/
kanjidic.py
+++ b/
kanjidic.py
@@
-519,7
+519,7
@@
class kdRadicalList(QDialog):
continue
sep = zRadicalButton(str(stroke))
sep.setEnabled(False)
- sep.set
Flat(True
)
+ sep.set
StyleSheet('background-color: #ffffff; border: none;'
)
self._add_widget(sep)
for rad in _srad[stroke]:
self._add_widget(zRadicalButton(rad))