Skip to content

Commit

Permalink
Set the default grid unit to the desktop setting
Browse files Browse the repository at this point in the history
  • Loading branch information
iBelieve committed May 6, 2015
1 parent 7d18597 commit c00b6a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/Material/Units.qml
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,5 @@ Object {
return number * gridUnit
}

property int gridUnit
property int gridUnit: dp(64)
}

0 comments on commit c00b6a7

Please sign in to comment.