1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-11-06 10:15:19 +01:00

Fix some indentation

This commit is contained in:
Bradley Pierce
2024-01-27 10:17:55 -05:00
parent e631b8f055
commit caee8eeff3
3 changed files with 11 additions and 11 deletions

View File

@@ -3060,8 +3060,8 @@ background elements are drawn before all other elements.
* Show a dropdown field
> [!NOTE]
> There are two different operation modes:
> 1. handle directly on change (only changed dropdown is submitted)
> 2. read the value on pressing a button (all dropdown values are available)
> 1. handle directly on change (only changed dropdown is submitted)
> 2. read the value on pressing a button (all dropdown values are available)
* `X` and `Y`: position of the dropdown
* `W`: width of the dropdown. Height is automatically chosen with this syntax.
* Fieldname data is transferred to Lua
@@ -3080,8 +3080,8 @@ background elements are drawn before all other elements.
> [!NOTE]
> There are two different operation modes:
> 1. handle directly on change (only changed dropdown is submitted)
> 2. read the value on pressing a button (all dropdown values are available)
> 1. handle directly on change (only changed dropdown is submitted)
> 2. read the value on pressing a button (all dropdown values are available)
* `X` and `Y`: position of the dropdown
* `W` and `H`: width and height of the dropdown
* Fieldname data is transferred to Lua