mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Remove space before colon.
This commit is contained in:
parent
f5a1a3e00a
commit
f007f0329b
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ Kirigami.Page {
|
||||||
RowLayout {
|
RowLayout {
|
||||||
anchors.top:parent.top
|
anchors.top:parent.top
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Text { text: qsTr(" Vendor name : ") }
|
Text { text: qsTr(" Vendor name: ") }
|
||||||
ComboBox { Layout.fillWidth: true }
|
ComboBox { Layout.fillWidth: true }
|
||||||
}
|
}
|
||||||
RowLayout {
|
RowLayout {
|
||||||
|
|
Loading…
Add table
Reference in a new issue