Missed an enum option

This commit is contained in:
Martyn 2021-12-12 12:23:55 +01:00
parent 1707ef06a2
commit f97341fc5f
1 changed files with 1 additions and 1 deletions

View File

@ -35,4 +35,4 @@ A layout to have floating controls in any of 9 places overlayed onto another wid
|Field|Type|Effect|Values|
|---|---|---|---|
|FloatingControlsLocation|iota|The location to put the controls over|Default: FloatingControlsTopRight Alternatives:FloatingControlsBottomLeft / FloatingControlsBottomRight / FloatingControlsCenter / FloatingControlsTopMiddle / FloatingControlsRightMiddle / FloatingControlsBottomMiddle / FloatingControlsLeftMiddle|
|FloatingControlsLocation|iota|The location to put the controls over|Default: FloatingControlsTopRight Alternatives:FloatingControlsTopLeft / FloatingControlsBottomLeft / FloatingControlsBottomRight / FloatingControlsCenter / FloatingControlsTopMiddle / FloatingControlsRightMiddle / FloatingControlsBottomMiddle / FloatingControlsLeftMiddle|