Skip to content

Commit

Permalink
Fix Grid3D plugin (#99)
Browse files Browse the repository at this point in the history
Signed-off-by: Sarathkrishnan Ramesh <[email protected]>
  • Loading branch information
Sarath18 authored Aug 3, 2020
1 parent b2bb0e4 commit c15ec77
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/plugins/grid_3d/Grid3D.qml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@
*/
import QtQuick 2.0
import QtQuick.Controls 2.0
import QtQuick.Layouts 1.3

Rectangle {
width: 100
height: 100
Layout.minimumWidth: 100
Layout.minimumHeight: 100
}


0 comments on commit c15ec77

Please sign in to comment.