mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 06:52:21 -04:00
tweak tag field alignment on linux
This commit is contained in:
parent
dbe6809ebb
commit
355d78f177
1 changed files with 1 additions and 1 deletions
|
@ -427,7 +427,7 @@ class FactEditor(object):
|
|||
elif sys.platform.startswith("win32"):
|
||||
extra = 3
|
||||
else:
|
||||
extra = -1
|
||||
extra = 2
|
||||
tagsw = self.tagsLabel.sizeHint().width()
|
||||
self.tagsLabel.setFixedWidth(max(tagsw,
|
||||
max(*([
|
||||
|
|
Loading…
Reference in a new issue