Remove space before colon.

This commit is contained in:
Martin Měřinský 2017-02-20 07:45:04 +01:00 committed by Dirk Hohndel
parent f5a1a3e00a
commit f007f0329b

View file

@ -35,7 +35,7 @@ Kirigami.Page {
RowLayout {
anchors.top:parent.top
Layout.fillWidth: true
Text { text: qsTr(" Vendor name : ") }
Text { text: qsTr(" Vendor name: ") }
ComboBox { Layout.fillWidth: true }
}
RowLayout {