From fe96ad23891c1177af1aa985d204f1d68c0648bf Mon Sep 17 00:00:00 2001 From: Alexander Ivash Date: Wed, 18 Jul 2018 21:16:47 +0300 Subject: [PATCH] fix 'the drop down does not shows the wearable' --- interface/resources/qml/hifi/avatarapp/AdjustWearables.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/interface/resources/qml/hifi/avatarapp/AdjustWearables.qml b/interface/resources/qml/hifi/avatarapp/AdjustWearables.qml index 10613a9ec1..a501185853 100644 --- a/interface/resources/qml/hifi/avatarapp/AdjustWearables.qml +++ b/interface/resources/qml/hifi/avatarapp/AdjustWearables.qml @@ -125,6 +125,7 @@ Rectangle { id: wearablesCombobox anchors.left: parent.left anchors.right: parent.right + comboBox.textRole: "text" model: ListModel { function findIndexById(id) {