mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-22 21:30:51 +00:00
dev: default window width to int
This commit is contained in:
parent
0d7875d0af
commit
24b5839922
1 changed files with 1 additions and 5 deletions
|
@ -414,11 +414,7 @@ with builtins; {
|
||||||
longest line (previously `view.adaptive_size`).
|
longest line (previously `view.adaptive_size`).
|
||||||
'';
|
'';
|
||||||
|
|
||||||
default = {
|
default = 30;
|
||||||
min = 30;
|
|
||||||
max = -1;
|
|
||||||
padding = 1;
|
|
||||||
};
|
|
||||||
|
|
||||||
type = with types; oneOf [int attrs];
|
type = with types; oneOf [int attrs];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue