Skip to content

Commit

Permalink
Fix SectionHeader left positioning
Browse files Browse the repository at this point in the history
  • Loading branch information
DonLakeFlyer committed Feb 16, 2025
1 parent 7e84c11 commit 239cdb1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/QmlControls/SectionHeader.qml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ import QGroundControl.ScreenTools
import QGroundControl.Palette

CheckBox {
id: control
focusPolicy: Qt.ClickFocus
checked: true
id: control
focusPolicy: Qt.ClickFocus
checked: true
leftPadding: 0

property var color: qgcPal.text
property bool showSpacer: true
Expand Down

0 comments on commit 239cdb1

Please sign in to comment.