mirror of
https://github.com/overte-org/overte.git
synced 2025-07-23 07:04:00 +02:00
removed more qml errors
This commit is contained in:
parent
7d370fb791
commit
0d7f15e41b
1 changed files with 62 additions and 73 deletions
|
@ -76,16 +76,6 @@ Item {
|
|||
anchors.topMargin: 0
|
||||
anchors.top: parent.top
|
||||
|
||||
Row {
|
||||
id: rowAudio1
|
||||
height: parent.height
|
||||
anchors.topMargin: 0
|
||||
anchors.top: parent.top
|
||||
anchors.leftMargin: 30
|
||||
anchors.left: parent.left
|
||||
anchors.rightMargin: 30
|
||||
anchors.right: parent.right
|
||||
spacing: 5
|
||||
|
||||
Image {
|
||||
id: muteIcon
|
||||
|
@ -151,13 +141,12 @@ Item {
|
|||
text: tablet.parent.parent.username
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
anchors.right: parent.right
|
||||
anchors.rightMargin: 0
|
||||
anchors.rightMargin: 20
|
||||
horizontalAlignment: Text.AlignRight
|
||||
font.pixelSize: 20
|
||||
color: "#afafaf"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Rectangle {
|
||||
id: bgMain
|
||||
|
|
Loading…
Reference in a new issue