https://bugs.kde.org/show_bug.cgi?id=499179
--- Comment #16 from Luke Horwell <c...@horwell.me> --- Thanks for the feedback! The layout glitch makes sense now. It happens because KHistoryComboBox has combo items that are far too long and is fighting with the QSplitter. It might need a maximum width dynamically set, or something similiar to tame it from taking all the space. To replicate, put a ridiculously long path in `~/.config/kdeglobals`, such as: [DirSelect Dialog] History Items[$e]=file:///path/to/something/really/really/long/that/is/really/going/too/far/and/messes/with/the/dialog/dir/picker Right now, I'm not up for putting up a layout fight, so consider this bug triaged for the taking! Related: There is BUG 400054 regarding the history being stored in kdeglobals in the first place (it should be per app in an *rc file, like KFileDialog). Personally, I never use this history feature/drop down. If it was removed in KDirSelectDialog for a standard QLineEdit, that *could* solve the problem too. -- You are receiving this mail because: You are watching all bug changes.