summaryrefslogtreecommitdiffstats
path: root/src/Authoring/Studio/Palettes/Slide/SlideView.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/Authoring/Studio/Palettes/Slide/SlideView.qml')
-rw-r--r--src/Authoring/Studio/Palettes/Slide/SlideView.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Authoring/Studio/Palettes/Slide/SlideView.qml b/src/Authoring/Studio/Palettes/Slide/SlideView.qml
index 3e60b76b..0e5d1dcb 100644
--- a/src/Authoring/Studio/Palettes/Slide/SlideView.qml
+++ b/src/Authoring/Studio/Palettes/Slide/SlideView.qml
@@ -364,8 +364,8 @@ Rectangle {
property bool controlled: parent.controlled
source: {
_resDir + (controlled
- ? "Objects-DataInput-Normal.png"
- : "Objects-DataInput-Disabled.png")
+ ? "Objects-DataInput-Active.png"
+ : "Objects-DataInput-Inactive.png")
}
}
StyledTooltip {