mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 12:37:51 +02:00
Fix carat in drop-down boxes
This commit is contained in:
parent
17d41dd7b9
commit
e1d885004f
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue