Add information about the button height
authorcx384 <muelladresse84@web.de>
Sun, 16 Jul 2017 11:09:27 +0000 (13:09 +0200)
committerSmallJoker <mk939@ymail.com>
Sun, 16 Jul 2017 11:10:34 +0000 (13:10 +0200)
doc/client_lua_api.md
doc/lua_api.txt

index 3bd1e35671008f08a61fd3139464a78e1f0065fc..041c6eaa8a637b73b53484cd1280047b8596948b 100644 (file)
@@ -408,6 +408,7 @@ examples.
 * Clickable button. When clicked, fields will be sent.
 * `x`, `y` and `name` work as per field
 * `w` and `h` are the size of the button
+* Fixed button height. It will be vertically centred on `h`
 * `label` is the text on the button
 * Position and size units are inventory slots
 
index e675cc7035ec1dd314fb70ef38a40f084a57f3c9..3eb1fdc64238f6f67823a353198e9a158452dc5f 100644 (file)
@@ -1857,6 +1857,7 @@ examples.
 * Clickable button. When clicked, fields will be sent.
 * `x`, `y` and `name` work as per field
 * `w` and `h` are the size of the button
+* Fixed button height. It will be vertically centred on `h`
 * `label` is the text on the button
 * Position and size units are inventory slots