From 7a48bbe44fad6eece54f1890f8ec903e7a530e33 Mon Sep 17 00:00:00 2001 From: Carlos Espinoza Curto <148376273+Carlosespicur@users.noreply.github.com> Date: Tue, 10 Dec 2024 14:08:53 +0100 Subject: [PATCH] Change text selection color in idl view (#241) Signed-off-by: Carlosespicur --- qml/TabLayout.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/qml/TabLayout.qml b/qml/TabLayout.qml index 791e89a1..cffce477 100644 --- a/qml/TabLayout.qml +++ b/qml/TabLayout.qml @@ -355,6 +355,7 @@ Item { { id: idl_text text: "" + selectionColor: Theme.eProsimaLightBlue anchors.left: parent.left anchors.top: parent.top anchors.leftMargin: tabLayout.idl_text_margin_