From 21503137d49d43fe99f8f97b82e2506613dca280 Mon Sep 17 00:00:00 2001 From: Rebecca Stankus Date: Fri, 11 Oct 2019 14:42:39 -0700 Subject: [PATCH] Added blank placeholder text on focus to text field --- .../resources/qml/hifi/simplifiedUI/topBar/SimplifiedTopBar.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/interface/resources/qml/hifi/simplifiedUI/topBar/SimplifiedTopBar.qml b/interface/resources/qml/hifi/simplifiedUI/topBar/SimplifiedTopBar.qml index c92da7e6e5..4919077dc3 100644 --- a/interface/resources/qml/hifi/simplifiedUI/topBar/SimplifiedTopBar.qml +++ b/interface/resources/qml/hifi/simplifiedUI/topBar/SimplifiedTopBar.qml @@ -384,6 +384,7 @@ Rectangle { placeholderTextColor: "#8E8E8E" font.pixelSize: 14 placeholderText: width - leftPadding - rightPadding < goToTextFieldMetrics.width ? shortPlaceholderText : longPlaceholderText + blankPlaceholderTextOnFocus: false clip: true selectByMouse: true autoScroll: true