Increase outline width

This commit is contained in:
Matthias Kuhn 2017-11-08 14:36:50 +01:00
parent 42c9d158cf
commit fd937c3a86
No known key found for this signature in database
GPG Key ID: A0E766808764D73F
3 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ class TestQgsHighlight(unittest.TestCase):
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()

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB