Skip to content

Commit

Permalink
Put back separator between expanded content
Browse files Browse the repository at this point in the history
  • Loading branch information
DonLakeFlyer committed Jan 19, 2025
1 parent e9e8f4c commit 3be7fbd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/QmlControls/ToolIndicatorPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,14 @@ RowLayout {
property var pageProperties: control.pageProperties
}

Rectangle {
id: divider
Layout.preferredWidth: visible ? 1 : -1
Layout.fillHeight: true
color: QGroundControl.globalPalette.groupBorder
visible: expanded
}

Loader {
id: expandedItemLoader
Layout.alignment: Qt.AlignTop
Expand Down

0 comments on commit 3be7fbd

Please sign in to comment.