Skip to content

Commit fd937c3

Browse files
committed
Increase outline width
1 parent 42c9d15 commit fd937c3

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

tests/src/python/test_qgshighlight.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def runTestForLayer(self, layer, testname):
6666
highlight = QgsHighlight(self.iface.mapCanvas(), geom, layer)
6767
color = QColor(Qt.red)
6868
highlight.setColor(color)
69-
highlight.setWidth(1)
69+
highlight.setWidth(2)
7070
color.setAlpha(50)
7171
highlight.setFillColor(color)
7272
highlight.show()
380 Bytes
Loading
417 Bytes
Loading

0 commit comments

Comments
 (0)