Remove space before colon.
This commit is contained in:
parent
f5a1a3e00a
commit
f007f0329b
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user