Skip to content

Commit

Permalink
qml: remove broken contentWidth adjustment in KeyNavigableTableView
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzun authored and robUx4 committed Aug 3, 2024
1 parent b852ff2 commit 41cfa87
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/gui/qt/widgets/qml/KeyNavigableTableView.qml
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,6 @@ FocusScope {

anchors.fill: parent

contentWidth: root.width - root.contentLeftMargin - root.contentRightMargin

focus: true

headerPositioning: ListView.OverlayHeader
Expand Down

0 comments on commit 41cfa87

Please sign in to comment.