* Improved visibility of stroke count tags in radical list.
authorUrban Wallasch <urban.wallasch@freenet.de>
Tue, 22 Jun 2021 08:36:17 +0000 (10:36 +0200)
committerUrban Wallasch <urban.wallasch@freenet.de>
Tue, 22 Jun 2021 08:36:17 +0000 (10:36 +0200)
kanjidic.py

index fec4b452aa2393999602ab13d2c08dcdf3039d43..082ee1a35ab42c3701c8bda0de9695a40778e43c 100755 (executable)
@@ -519,7 +519,7 @@ class kdRadicalList(QDialog):
                 continue
             sep = zRadicalButton(str(stroke))
             sep.setEnabled(False)
-            sep.setFlat(True)
+            sep.setStyleSheet('background-color: #ffffff; border: none;')
             self._add_widget(sep)
             for rad in _srad[stroke]:
                 self._add_widget(zRadicalButton(rad))