bloombloombloom / Bloom

A debug interface for AVR-based embedded systems development on GNU/Linux.
https://bloom.oscillate.io/
Other
64 stars 3 forks source link

KDE Plasma is not respecting Bloom's minimum window size #48

Closed navnavnav closed 1 year ago

navnavnav commented 1 year ago

This isn't a bug with Bloom. The purpose of this ticket is to just keep track of the issue.

There appears to be an issue with KDE Plasma. Minimum window sizes are not being respected, and this is causing some of Bloom's widgets to overlap (due to fixed minimum sizes of other widgets):

image

Someone has already reported the bug: https://bugs.kde.org/show_bug.cgi?id=454827

The overlapping only occurs when the window's size is reduced by too much. Can easily be avoided by keeping the window size above that threshold.

navnavnav commented 1 year ago

It was easy enough to move away from fixed minimum size for the bottom panel (which was resulting in the overlapping when the window became too small), so I just did it. Have confirmed that this has resolved the issue for KDE Plasma users.

Fix will be shipped in v0.11.0. Closing this now.