Skip to content

Commit

Permalink
Reduce table size to 4 slots.
Browse files Browse the repository at this point in the history
  • Loading branch information
francocipollone committed May 4, 2021
1 parent ec50e99 commit 273d470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion delphyne_gui/visualizer/SelectedLanesArea.qml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ GridLayout {
anchors.top: titleText.bottom
anchors.left: parent.left
width: parent.width
height: parent.height
Layout.preferredHeight: 100
Layout.fillWidth: true
selectionMode: 1 /* Single Selection */
TableViewColumn {
Expand Down

0 comments on commit 273d470

Please sign in to comment.