mirror of
https://github.com/quantum5/win2xcur.git
synced 2025-04-24 10:11:57 -04:00
fixed typo inside win2xcur '--shadow-y' option
This commit is contained in:
parent
b979ed5fc5
commit
b42c592ccd
|
@ -29,7 +29,7 @@ def main() -> None:
|
||||||
parser.add_argument('-x', '--shadow-x', type=float, default=0.05,
|
parser.add_argument('-x', '--shadow-x', type=float, default=0.05,
|
||||||
help='x-offset of shadow (as fraction of width)')
|
help='x-offset of shadow (as fraction of width)')
|
||||||
parser.add_argument('-y', '--shadow-y', type=float, default=0.05,
|
parser.add_argument('-y', '--shadow-y', type=float, default=0.05,
|
||||||
help='x-offset of shadow (as fraction of height)')
|
help='y-offset of shadow (as fraction of height)')
|
||||||
parser.add_argument('-c', '--shadow-color', default='#000000',
|
parser.add_argument('-c', '--shadow-color', default='#000000',
|
||||||
help='color of the shadow')
|
help='color of the shadow')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue