mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 22:42:25 -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"):
|
elif sys.platform.startswith("win32"):
|
||||||
extra = 3
|
extra = 3
|
||||||
else:
|
else:
|
||||||
extra = -1
|
extra = 2
|
||||||
tagsw = self.tagsLabel.sizeHint().width()
|
tagsw = self.tagsLabel.sizeHint().width()
|
||||||
self.tagsLabel.setFixedWidth(max(tagsw,
|
self.tagsLabel.setFixedWidth(max(tagsw,
|
||||||
max(*([
|
max(*([
|
||||||
|
|
Loading…
Reference in a new issue