mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-13 20:30:02 +00:00
docs: add magnification values range
This commit is contained in:
parent
8c1c48c87a
commit
640331dfba
1 changed files with 3 additions and 2 deletions
|
@ -167,7 +167,7 @@ in {
|
|||
type = types.nullOr types.bool;
|
||||
default = false;
|
||||
description = lib.mdDoc ''
|
||||
Magnify icon on hover. The default is false.
|
||||
Magnify icon on hover. The default is false.
|
||||
'';
|
||||
};
|
||||
|
||||
|
@ -175,7 +175,8 @@ in {
|
|||
type = types.nullOr types.int;
|
||||
default = null;
|
||||
description = lib.mdDoc ''
|
||||
Hover maginified icon size. The default is null.
|
||||
Hover maginified icon size. The default is null.
|
||||
Valid values can range from 16 up to 128.
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue