Skip to content

Commit

Permalink
Update dimensions of the grid config (gazebosim#383)
Browse files Browse the repository at this point in the history
Signed-off-by: John Shepherd <[email protected]>
Signed-off-by: Guillaume Doisy <[email protected]>
  • Loading branch information
John Shepherd authored and Guillaume Doisy committed Dec 13, 2020
1 parent 9d83817 commit e9cb3f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gui/plugins/grid_config/GridConfig.qml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ import "qrc:/qml"
GridLayout {
columns: 6
columnSpacing: 10
Layout.minimumWidth: 240
Layout.minimumHeight: 600
Layout.minimumWidth: 300
Layout.minimumHeight: 625
anchors.fill: parent
anchors.leftMargin: 10
anchors.rightMargin: 10
Expand Down

0 comments on commit e9cb3f3

Please sign in to comment.