Wayland: Fix initial_window_size in cells on scale != 1 screens

Fixes #3834
This commit is contained in:
Kovid Goyal
2021-07-17 06:04:56 +05:30
parent 3b585e6dbb
commit 070911d458
2 changed files with 6 additions and 4 deletions

View File

@@ -34,6 +34,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Add a new variable ``{num_window_groups}`` for the :opt:`tab_title_template`
(:iss:`3837`)
- Wayland: Fix :opt:`initial_window_width` specified in cells not working on
High DPI screens (:iss:`3834`)
0.21.2 [2021-06-28]
----------------------