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 { HiFiGlyphs {
anchors { anchors {
top: parent.top top: parent.top
topMargin: -8 topMargin: -11
horizontalCenter: parent.horizontalCenter horizontalCenter: parent.horizontalCenter
} }
size: hifi.dimensions.spinnerSize size: hifi.dimensions.spinnerSize

View file

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