fix on scenes view
This commit is contained in:
parent
3e3e13c9d4
commit
14f7e21205
1
-f
1
-f
@ -1 +0,0 @@
|
||||
Subproject commit d91e9e5b81025acc4d25843a2871e72c8924a8fe
|
||||
5
.gitmodules
vendored
5
.gitmodules
vendored
@ -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
|
||||
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user