mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 09:23:17 +02:00
-_-
This commit is contained in:
parent
89e403d438
commit
1dde640a40
2 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue