If a border width in pts is non-zero have it result in a minimum 1px border

Change the default to 0.5pt instead of 1px
This commit is contained in:
Kovid Goyal
2020-08-30 15:26:37 +05:30
parent 3d60724651
commit 430eaefc3e
3 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
does not display a box around active windows.
- Allow specifying border sizes in either pts or pixels. Change the default to
1px borders as this works best with the new minimal border style.
0.5pt borders as this works best with the new minimal border style.
- Add support for displaying correct colors with non-sRGB PNG files (Adds a
dependency on liblcms2)