Skip to content

Commit

Permalink
Increase outline width
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Nov 8, 2017
1 parent 42c9d15 commit fd937c3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/python/test_qgshighlight.py
Expand Up @@ -66,7 +66,7 @@ def runTestForLayer(self, layer, testname):
highlight = QgsHighlight(self.iface.mapCanvas(), geom, layer)
color = QColor(Qt.red)
highlight.setColor(color)
highlight.setWidth(1)
highlight.setWidth(2)
color.setAlpha(50)
highlight.setFillColor(color)
highlight.show()
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fd937c3

Please sign in to comment.