https://bugs.kde.org/show_bug.cgi?id=410943
Bug ID: 410943 Summary: QtQuick scenes inside a QQuickWidget inside a QTabBar have a background color that slightly differs from the tab frame's background color Product: frameworks-qqc2-desktop-style Version: unspecified Platform: Other OS: Linux Status: REPORTED Severity: minor Priority: NOR Component: general Assignee: notm...@gmail.com Reporter: n...@kde.org CC: k...@davidedmundson.co.uk Target Milestone: --- Created attachment 122142 --> https://bugs.kde.org/attachment.cgi?id=122142&action=edit Screen Locking KCM (with D23184) When a QQuickWidget is placed inside a QTabBar, the background color of the QtQuick parts differ slightly from the background color of the area inside the QTabWidget. This appears to be because the Breeze theme slightly lightens the background color of the TabWidget's frame, but this does not happen for QtQuick components. Perhaps we could detect when a QtQuick scene is placed inside a QtQuickWidget that's inside a QTabBar, and then perform the same background color adjustment. Basically we need to do this: https://cgit.kde.org/sddm-kcm.git/tree/src/qml/main.qml#n27 ...but only conditionally, when it's inside a QTabBar. -- You are receiving this mail because: You are watching all bug changes.