about tab window is now wideeeeeeeeeer
This commit is contained in:
parent
3e653ee166
commit
b161a2993f
@ -192,10 +192,10 @@ return {
|
|||||||
"button[1.1,4.1;3.3,0.8;homepage;Privacy Policy]" ..
|
"button[1.1,4.1;3.3,0.8;homepage;Privacy Policy]" ..
|
||||||
"button[0.6,5.1;4.3,0.8;discord;SussyCraft Discord]" ..
|
"button[0.6,5.1;4.3,0.8;discord;SussyCraft Discord]" ..
|
||||||
|
|
||||||
"scroll_container[5.5,0.1;9.5,6.9;scroll_credits;vertical;" ..
|
"scroll_container[5.5,0.1;13.5,6.9;scroll_credits;vertical;" .. -- originally: 5.5,0.1;9.5,6.9
|
||||||
tostring(scroll_height / 1000) .. "]" .. credit_fs ..
|
tostring(scroll_height / 1000) .. "]" .. credit_fs ..
|
||||||
"scroll_container_end[]"..
|
"scroll_container_end[]"..
|
||||||
"scrollbar[15,0.1;0.4,6.9;vertical;scroll_credits;0]"
|
"scrollbar[19,0.1;0.4,6.9;vertical;scroll_credits;0]" -- originally: 15,0.1;0.4,6.9
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -206,7 +206,7 @@ return {
|
|||||||
fgettext("Active renderer:") .. "\n" ..
|
fgettext("Active renderer:") .. "\n" ..
|
||||||
core.formspec_escape(core.get_screen_info().render_info) .. "]"
|
core.formspec_escape(core.get_screen_info().render_info) .. "]"
|
||||||
|
|
||||||
return fs, "size[15.5,7.1,false]real_coordinates[true]"
|
return fs, "size[19.5,7.1,false]real_coordinates[true]" -- originally: 15.5,7.1
|
||||||
end,
|
end,
|
||||||
cbf_button_handler = function(this, fields, name, tabdata)
|
cbf_button_handler = function(this, fields, name, tabdata)
|
||||||
if fields.homepage then
|
if fields.homepage then
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 02a7044e1971cf513cbe42df769dacbc476988ab
|
Subproject commit 5f60a72df9cb80cead4f7690a841e3f8eb2bdd1a
|
Loading…
Reference in New Issue
Block a user