This commit is contained in:
Zach Fox 2018-01-19 16:06:01 -08:00
parent 89e403d438
commit 1dde640a40
2 changed files with 2 additions and 1 deletions

View file

@ -24,7 +24,7 @@ TextField {
property bool isSearchField: false
property string label: ""
property real controlHeight: height + (textFieldLabel.visible ? textFieldLabel.height + 1 : 0)
property bool hasDefocusedBorder: false;
property bool hasDefocusedBorder: true;
property bool hasRoundedBorder: false
property int roundedBorderRadius: 4
property bool error: false;

View file

@ -402,6 +402,7 @@ Item {
colorScheme: hifi.colorSchemes.faintGray;
hasClearButton: true;
hasRoundedBorder: true;
hasDefocusedBorder: false;
roundedBorderRadius: filterBar.height/2;
anchors.fill: parent;
centerPlaceholderGlyph: hifi.glyphs.search;