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:
53911f6
)
* Render kanji on tiles and buttons slightly larger.
author
Urban Wallasch
<urban.wallasch@freenet.de>
Wed, 23 Jun 2021 14:01:29 +0000
(16:01 +0200)
committer
Urban Wallasch
<urban.wallasch@freenet.de>
Wed, 23 Jun 2021 14:01:29 +0000
(16:01 +0200)
kanjidic.py
patch
|
blob
|
history
diff --git
a/kanjidic.py
b/kanjidic.py
index 169ddfc096c7a95bcf6d1b63f3f5a72bf448a186..4075e9e0b3ed923ad788fb521abebd2c280425da 100755
(executable)
--- a/
kanjidic.py
+++ b/
kanjidic.py
@@
-474,7
+474,7
@@
class zKanjiButton(QPushButton):
return QSize(58, 58)
def resizeEvent(self, event):
- sz = min(self.rect().height(), self.rect().width()) -
8
+ sz = min(self.rect().height(), self.rect().width()) -
6
font = self.font()
font.setPixelSize(sz)
self.setFont(font)