Tracing: Improve combo box visibility

Otherwise the combo box is barely noticeable on dark themes.

Fixes: QTCREATORBUG-33034
Change-Id: I16849da9b1a316217b0d47122906db70b27e1865
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
This commit is contained in:
Christian Stenger
2025-06-12 12:23:01 +02:00
parent 511b973dd6
commit 5551d1a8b9

View File

@@ -6,7 +6,6 @@ import QtCreator.Tracing
import QtQml import QtQml
import QtQuick import QtQuick
import QtQuick.Controls import QtQuick.Controls
import QtQuick.Controls.Material
ScrollView { ScrollView {
id: root id: root