diff options
author | Jay Kamat <jaygkamat@gmail.com> | 2017-11-05 23:23:33 -0500 |
---|---|---|
committer | Jay Kamat <jaygkamat@gmail.com> | 2017-11-05 23:23:33 -0500 |
commit | ca0aa68f7412b68cef0bc840dfa1e570ed4261e4 (patch) | |
tree | 04c075eb320526dfaaccd79a5614852389138100 /.gitignore | |
parent | f6b6b2ed7dac341adaac451c3bac46407c101502 (diff) | |
download | qutebrowser-ca0aa68f7412b68cef0bc840dfa1e570ed4261e4.tar.gz qutebrowser-ca0aa68f7412b68cef0bc840dfa1e570ed4261e4.zip |
Fix icon width calculation for pinned tabs
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 429c01961..cb244557b 100644 --- a/.gitignore +++ b/.gitignore @@ -27,6 +27,7 @@ __pycache__ /.cache /.testmondata /.hypothesis +/.mypy_cache /prof /venv TODO |