mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
Increase outline width
This commit is contained in:
parent
42c9d158cf
commit
fd937c3a86
@ -66,7 +66,7 @@ class TestQgsHighlight(unittest.TestCase):
|
|||||||
highlight = QgsHighlight(self.iface.mapCanvas(), geom, layer)
|
highlight = QgsHighlight(self.iface.mapCanvas(), geom, layer)
|
||||||
color = QColor(Qt.red)
|
color = QColor(Qt.red)
|
||||||
highlight.setColor(color)
|
highlight.setColor(color)
|
||||||
highlight.setWidth(1)
|
highlight.setWidth(2)
|
||||||
color.setAlpha(50)
|
color.setAlpha(50)
|
||||||
highlight.setFillColor(color)
|
highlight.setFillColor(color)
|
||||||
highlight.show()
|
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 |
Loading…
x
Reference in New Issue
Block a user