Change min size of the main window to 10 width x height
Fixes KeePassXC not being resizable to the users desires.
This also addresses issue #6130 which in my opinion, was not fixed in pull #6149
First commit here so please be kind :)
Screenshots
Testing strategy
Type of change
- ✅ Bug fix (non-breaking change that fixes an issue)
10 x 10 is not appropriate
Hi, please suggest an appropriate sizing then.
I would have done 0 x 0 but that didn't work. I don't see why the user should be restricted in doing something they want.
The minimum sizing currently is the smallest the window can go while still being functional.
What do you mean by functional? Of course the UI will be cut off at lower widths, but depending on the use case, that can be totally functional.
Functional at 246 x 263
Both UI drop downs work perfectly at 123 x 130
Yes at 10 x 10 there won't be any buttons visible anymore, but that's a user choice?
What is the use case for doing this? Why not just minimize if you want to "hide the window"
Use case for a small window is in all tiling window managers. The current min size makes keepass use more than half (!) of my laptops horizontal screen space.