mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:44:01 +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"] {
|
||||
position: relative;
|
||||
height: 28px;
|
||||
width: 120px;
|
||||
width: 124px;
|
||||
}
|
||||
|
||||
input[type=number] {
|
||||
padding-right: 6px;
|
||||
padding-right: 3px;
|
||||
}
|
||||
input[type=number]::-webkit-inner-spin-button {
|
||||
-webkit-appearance: none;
|
||||
|
@ -657,7 +657,7 @@ div.refresh input[type="button"] {
|
|||
padding-left: 25px;
|
||||
}
|
||||
.pyr .tuple input {
|
||||
padding-left: 45px;
|
||||
padding-left: 40px;
|
||||
}
|
||||
|
||||
.tuple div > label:first-child {
|
||||
|
|
|
@ -30,7 +30,7 @@ Window {
|
|||
title: "Edit"
|
||||
property alias tabView: tabView
|
||||
implicitWidth: 520; implicitHeight: 695
|
||||
minSize: Qt.vector2d(400, 500)
|
||||
minSize: Qt.vector2d(412, 500)
|
||||
|
||||
HifiConstants { id: hifi }
|
||||
|
||||
|
|
Loading…
Reference in a new issue