Skip to content

Commit

Permalink
Fix ViewAngle's size (#1239)
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <[email protected]>
  • Loading branch information
chapulina authored Dec 8, 2021
1 parent 3dd811d commit 4152bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/plugins/view_angle/ViewAngle.qml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import "qrc:/qml"

ColumnLayout {
Layout.minimumWidth: 320
Layout.minimumHeight: 380
Layout.minimumHeight: 530
anchors.fill: parent

ToolBar {
Expand Down

0 comments on commit 4152bdf

Please sign in to comment.