Remove unnecessary indentation of example code

This commit is contained in:
Dave Pearson
2022-10-16 08:19:20 +01:00
parent 5df90e00c0
commit b235e4cff0

View File

@@ -78,6 +78,6 @@ outline-left:outer red;
# Set a heavy white outline
widget.outline = ("heavy", "white)
# Set a red outline on the left
widget.outline_left = ("outer", "red)
# Set a red outline on the left
widget.outline_left = ("outer", "red)
```