mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 01:36:56 +02:00
Fix entities editor display of large negative coordinates and angles
This commit is contained in:
parent
08a19c0471
commit
c9c414d5a8
2 changed files with 4 additions and 4 deletions
|
@ -231,11 +231,11 @@ input[type="text"] {
|
||||||
input[type="number"] {
|
input[type="number"] {
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 28px;
|
height: 28px;
|
||||||
width: 120px;
|
width: 124px;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type=number] {
|
input[type=number] {
|
||||||
padding-right: 6px;
|
padding-right: 3px;
|
||||||
}
|
}
|
||||||
input[type=number]::-webkit-inner-spin-button {
|
input[type=number]::-webkit-inner-spin-button {
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
|
@ -657,7 +657,7 @@ div.refresh input[type="button"] {
|
||||||
padding-left: 25px;
|
padding-left: 25px;
|
||||||
}
|
}
|
||||||
.pyr .tuple input {
|
.pyr .tuple input {
|
||||||
padding-left: 45px;
|
padding-left: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tuple div > label:first-child {
|
.tuple div > label:first-child {
|
||||||
|
|
|
@ -30,7 +30,7 @@ Window {
|
||||||
title: "Edit"
|
title: "Edit"
|
||||||
property alias tabView: tabView
|
property alias tabView: tabView
|
||||||
implicitWidth: 520; implicitHeight: 695
|
implicitWidth: 520; implicitHeight: 695
|
||||||
minSize: Qt.vector2d(400, 500)
|
minSize: Qt.vector2d(412, 500)
|
||||||
|
|
||||||
HifiConstants { id: hifi }
|
HifiConstants { id: hifi }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue