Created attachment 106290 [details] illustration Very minor ui inconsistency. In the connection editor, the search box is surrounded by a rectangular box, which is visible when using the breeze dark theme. For comparison, the "Connection name" label has no such surrounding box. See screenshot.
I'm aware of this minor UI inconsistance. Unfortunately this is caused by using a background under the QML part (the list of connections), otherwise it would be white because of QML view. The right side with configuration is QWidget based and thus there is no additional background needed. Not sure if there is an easy solution for this.
(In reply to Jan Grulich from comment #1) > I'm aware of this minor UI inconsistance. Unfortunately this is caused by > using a background under the QML part (the list of connections), otherwise > it would be white because of QML view. Which in this case would be wrong because I selected the "breeze-dark" theme. But I get your point. > The right side with configuration is > QWidget based and thus there is no additional background needed. Not sure if > there is an easy solution for this. I assumed as much about the QML integration. IMO this kind of minor issue pops up a bit everywhere. At least I often see at first glance what parts of a GUI are in QML. It often looks a bit different from the rest.