Fix placement of labels in config screen

master
Dmitry Kostenko 2021-01-31 07:06:16 +01:00
parent 6b8e63768f
commit c21f372100
1 changed files with 2 additions and 2 deletions

View File

@ -185,7 +185,7 @@ terraform:register_tool("brush", {
"no_prepend[]"..
"container[0.5,0.5]".. -- shape
"label[0.2,0.5; Shape:]"..
"label[0,0.5; Shape:]"..
"image_button[0,1;1,1;"..selection("terraform_shape_sphere.png",settings:get_string("shape") == "sphere")..";shape_sphere;]"..
"image_button[1,1;1,1;"..selection("terraform_shape_cube.png", settings:get_string("shape") == "cube")..";shape_cube;]"..
"image_button[2,1;1,1;"..selection("terraform_shape_cylinder.png", settings:get_string("shape") == "cylinder")..";shape_cylinder;]"..
@ -194,7 +194,7 @@ terraform:register_tool("brush", {
"container_end[]"..
"container[0.5,3]".. -- size
"container[0.5,4]".. -- size
"field[0,0;2,1;size;Size;"..(settings:get_int("size") or 3).."]"..
"field_close_on_enter[size;false]"..
"container_end[]"..