oliverschwendener / ueli

Cross-Platform Keystroke Launcher
https://ueli.app
MIT License
3.66k stars 242 forks source link

Add settings window resize #1212

Closed IrishBruse closed 1 month ago

IrishBruse commented 2 months ago

Added support to have different sized windows when in the settings window vs normal also added a setting to configure the sizes of them by default. Some css changes might be a good idea as rn there is a slight amount of lag to the ui changing as it resizes maybe just set the whole screen to the background color temporarly and hide all the ui or do some fading not to sure.

image

image

This helps fix alot of the settings UI bugs where buttons and dropdowns are squashed or overflowing kinda of a patch to that bug but I plan on fixing that properly soon but this was a small addition that I extracted while messing around with that idea.

oliverschwendener commented 1 month ago

Although I appreciate your efforts I think that this is not the best solution to the problem. I think what we really need is having the settings in a completely separate window. See #1119

IrishBruse commented 1 month ago

All good was just messing around with some stuff 👍🏻 Will take a look at that