Hi Is it possible to make the width of the quickopen plugin a bit more intelligent? On my 4k monitor it is way to small (on a gnome desktop). I adjusted it manually by changing this line: https://invent.kde.org/kdevelop/kdevelop/-/blob/master/plugins/quickopen/quickopenplugin.cpp#L1033 I would be happy with any of these solutions: Make it configurable, Scale it based on screen resolution, Scale it based on contents (with an upper bound?). Kind Regards, Michael
Hi, feel free to submit a patch -- you can probably just multiply by devicePixelRatioF().