Created attachment 157213 [details] overlap_onto_rooms_section The search toolbar is a bit to big and overlaps onto the rooms area. See the screenshot Linux/KDE Plasma: KDE Plasma Version: 5.27.2 KDE Frameworks Version: 5.104.0 Qt Version: 5.15.8 ADDITIONAL INFORMATION I build neochat myself and make it available on my copr: https://copr.fedorainfracloud.org/coprs/marcdeop/neochat-git/
Have you seen this happen again? works perfectly fine here :/
(In reply to Tobias Fella from comment #1) > Have you seen this happen again? works perfectly fine here :/ Yes, I still experience the problem. Built Neochat from git.
Can reproduce with today's git master (cdf2c390cab571acfaa0771e9c7e076aeb8c4df4). The issue appears to be dependent on font size; with the default 10pt Noto Sans font, there is no problem. With 11pt Noto Sans, the problem becomes 100% reproducible for me.
*** Bug 470541 has been marked as a duplicate of this bug. ***
Git commit bd5ed0f46c1141a1b351708cdf680e6c122d38a1 by Carl Schwan. Committed on 18/06/2023 at 07:00. Pushed by carlschwan into branch 'master'. Fix toolbar of RoomList when using font size 11px We don't need to use a ToolBar for the titleDelegate since the titleDelegate is already included inside a toolbar. This work magically when using the default font size of 10px Noto Sans but breaks with 11px M +29 -32 src/qml/Page/RoomList/ExploreComponent.qml https://invent.kde.org/network/neochat/-/commit/bd5ed0f46c1141a1b351708cdf680e6c122d38a1