Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion src/QmlControls/ConfigSection.qml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,11 @@ ColumnLayout {

RowLayout {
id: _contentRow
x: _margins
y: _margins
anchors.left: parent.left
anchors.right: parent.right
anchors.leftMargin: _margins
anchors.rightMargin: _margins
spacing: ScreenTools.defaultFontPixelWidth * 2

QGCColoredImage {
Expand Down
2 changes: 1 addition & 1 deletion src/Vehicle/VehicleSetup/VehicleConfigView.qml
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ Rectangle {
QGCTextField {
id: searchField
Layout.fillWidth: true
placeholderText: qsTr("Search components...")
placeholderText: qsTr("Search configuration...")
visible: _fullParameterVehicleAvailable

onTextChanged: {
Expand Down
Loading