fix: specify valid default value (#61)
This commit is contained in:
@@ -76,7 +76,7 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
y = mkNumericOption {
|
y = mkNumericOption {
|
||||||
default.fraction = 0;
|
default.fraction = 0.0;
|
||||||
description = mdDoc ''
|
description = mdDoc ''
|
||||||
The vertical position, works the same as x.
|
The vertical position, works the same as x.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user