Bug 381642 - rectangle around connection search box
Summary: rectangle around connection search box
Status: RESOLVED INTENTIONAL
Alias: None
Product: systemsettings
Classification: Applications
Component: kcm_networkmanagement (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR minor
Target Milestone: ---
Assignee: Jan Grulich
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-25 12:38 UTC by Martin Bednar
Modified: 2024-12-23 18:27 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
illustration (8.23 KB, image/png)
2017-06-25 12:38 UTC, Martin Bednar
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Bednar 2017-06-25 12:38:18 UTC
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.
Comment 1 Jan Grulich 2017-06-26 08:27:50 UTC
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.
Comment 2 Martin Bednar 2017-06-26 12:42:36 UTC
(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.