mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 22:56:54 +02:00
updated availability combo dialog
This commit is contained in:
parent
d363bde0d4
commit
ee9bc0bfa4
1 changed files with 2 additions and 3 deletions
|
@ -92,8 +92,7 @@ Item {
|
||||||
color: selectedOptionIndex === index ? '#cee6ff' : 'white';
|
color: selectedOptionIndex === index ? '#cee6ff' : 'white';
|
||||||
Rectangle {
|
Rectangle {
|
||||||
id: comboOptionSelected;
|
id: comboOptionSelected;
|
||||||
visible: selectedOptionIndex === index ? true : false;
|
color: selectedOptionIndex == index ? hifi.colors.blueAccent : 'white';
|
||||||
color: hifi.colors.blueAccent;
|
|
||||||
anchors.left: parent.left;
|
anchors.left: parent.left;
|
||||||
anchors.leftMargin: 20;
|
anchors.leftMargin: 20;
|
||||||
anchors.top: parent.top;
|
anchors.top: parent.top;
|
||||||
|
@ -102,7 +101,7 @@ Item {
|
||||||
height: width;
|
height: width;
|
||||||
radius: width;
|
radius: width;
|
||||||
border.width: 3;
|
border.width: 3;
|
||||||
border.color: hifi.colors.blueHighlight;
|
border.color: selectedOptionIndex === index ? hifi.colors.blueHighlight: hifi.colors.lightGrayText;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue