fix on scenes view

This commit is contained in:
George Yatsev 2018-07-17 14:56:23 +03:00
parent 3e3e13c9d4
commit 14f7e21205
3 changed files with 12 additions and 16 deletions

1
-f

@ -1 +0,0 @@
Subproject commit d91e9e5b81025acc4d25843a2871e72c8924a8fe

5
.gitmodules vendored
View File

@ -1,6 +1,3 @@
[submodule "-f"]
path = -f
url = https://github.com/mzanetti/QtZeroConf.git
[submodule "QtZeroConf"]
path = QtZeroConf
url = https://github.com/jbagg/QtZeroConf.git
url = https://github.com/jbagg/QtZeroConf.git

View File

@ -70,19 +70,19 @@ Item {
}
}
Label {
Layout.fillWidth: true
text: model.name.toUpperCase()
font.pixelSize: app.extraSmallFont
font.bold: true
font.letterSpacing: 1
wrapMode: Text.WordWrap
horizontalAlignment: Text.AlignHCenter
maximumLineCount: 2
elide: Text.ElideRight
Label {
Layout.fillWidth: true
text: model.name.toUpperCase()
font.pixelSize: app.extraSmallFont
font.bold: true
font.letterSpacing: 1
wrapMode: Text.WordWrap
horizontalAlignment: Text.AlignHCenter
maximumLineCount: 2
elide: Text.ElideRight
}
}
}
}
}
}
}