mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-07-04 21:50:46 -04:00
coding style fix
This commit is contained in:
parent
0d46e0526f
commit
81d259b7b3
1 changed files with 10 additions and 9 deletions
|
@ -83,7 +83,8 @@ local function get_bones_formspec_for_size(numitems)
|
|||
local row_05 = 13.2
|
||||
local row_15 = 128
|
||||
local multiplier = (row_15 - row_05) / 10
|
||||
appendmulti(output, "scrollbaroptions[max=",(rows-5)*multiplier+row_05,"]")
|
||||
local scrollmax = (rows - 5) * multiplier + row_05
|
||||
appendmulti(output, "scrollbaroptions[max=", scrollmax, "]")
|
||||
appendmulti(output, "scrollbar[8,0;0.3,4.5;vertical;bones_scroll;0]",
|
||||
"scroll_container[0,0.3;10.3,4.95;bones_scroll;vertical;0.1]")
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue