Fix carat in drop-down boxes

This commit is contained in:
David Rowe 2016-05-18 13:59:13 +12:00
parent 17d41dd7b9
commit e1d885004f
2 changed files with 2 additions and 2 deletions

View file

@ -91,7 +91,7 @@ FocusScope {
HiFiGlyphs {
anchors {
top: parent.top
topMargin: -8
topMargin: -11
horizontalCenter: parent.horizontalCenter
}
size: hifi.dimensions.spinnerSize

View file

@ -613,7 +613,7 @@ hr {
margin-right: -48px;
position: relative;
left: -12px;
top: -11px;
top: -9px;
}
.dropdown dd {