Fix entities editor display of large negative coordinates and angles

This commit is contained in:
David Rowe 2016-04-05 13:44:17 +12:00
parent 08a19c0471
commit c9c414d5a8
2 changed files with 4 additions and 4 deletions

View file

@ -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 {

View file

@ -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 }