mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 19:56:44 +02:00
Tidying
This commit is contained in:
parent
55fd861b69
commit
454ba50dc1
2 changed files with 6 additions and 5 deletions
|
@ -180,11 +180,6 @@ textarea {
|
||||||
resize: vertical;
|
resize: vertical;
|
||||||
}
|
}
|
||||||
|
|
||||||
input {
|
|
||||||
height: 28px;
|
|
||||||
min-width: 120px;
|
|
||||||
}
|
|
||||||
|
|
||||||
input::-webkit-input-placeholder {
|
input::-webkit-input-placeholder {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
@ -215,6 +210,11 @@ input:disabled, textarea:disabled {
|
||||||
color: rgb(160, 160, 160);
|
color: rgb(160, 160, 160);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input[type="text"], input[type="number"] {
|
||||||
|
height: 28px;
|
||||||
|
min-width: 120px;
|
||||||
|
}
|
||||||
|
|
||||||
input[type="number"] {
|
input[type="number"] {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
|
@ -30,6 +30,7 @@ Window {
|
||||||
title: "Tools"
|
title: "Tools"
|
||||||
property string newTabSource
|
property string newTabSource
|
||||||
property alias tabView: tabView
|
property alias tabView: tabView
|
||||||
|
minSize: Qt.vector2d(400, 500)
|
||||||
|
|
||||||
HifiConstants { id: hifi }
|
HifiConstants { id: hifi }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue