You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The built-in app-switcher doesn't change the background behind the text. The reason I changed it behind the text too for alt-tab is that windows are rectangles, so they hide the background. We could increase the padding to make the background more visible around, but then we have a less compact design.
I just realized today that the app-switcher has a trick to increase padding while still keeping the icons packed: the paddings overlap:
It would be interesting to implement that for alt-tab. It combines compact UI with clearer selection. It would make the Windows theme (with one borders) more tricky to implement though
The text was updated successfully, but these errors were encountered:
# [3.20.0](v3.19.2...v3.20.0) (2020-05-07)
### Bug Fixes
* thumbnails have a minimum width to help with tall windows ([a60750c](a60750c))
### Features
* smarter padding around thumbnails (closes [#126](#126)) ([a94582f](a94582f))
The built-in app-switcher doesn't change the background behind the text. The reason I changed it behind the text too for alt-tab is that windows are rectangles, so they hide the background. We could increase the padding to make the background more visible around, but then we have a less compact design.
I just realized today that the app-switcher has a trick to increase padding while still keeping the icons packed: the paddings overlap:
It would be interesting to implement that for alt-tab. It combines compact UI with clearer selection. It would make the Windows theme (with one borders) more tricky to implement though
The text was updated successfully, but these errors were encountered: