Skip to content

Commit

Permalink
Tweak test qml for test consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Nov 27, 2019
1 parent b921e3e commit 2bccde3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testdata/labeling/point.qml
Expand Up @@ -13,8 +13,8 @@
<prop k="name" v="circle"/>
<prop k="offset" v="0,0"/>
<prop k="offset_unit" v="MM"/>
<prop k="outline_width" v="0"/>
<prop k="outline_width_unit" v="MM"/>
<prop k="outline_width" v="1"/>
<prop k="outline_width_unit" v="Pixel"/>
<prop k="scale_method" v="area"/>
<prop k="size" v="2"/>
<prop k="size_unit" v="MM"/>
Expand Down

0 comments on commit 2bccde3

Please sign in to comment.