Skip to content

Commit

Permalink
fixed_size = true
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenwardy committed May 22, 2022
1 parent 57a2933 commit 1ce50ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion games/devtest/mods/testfullscreenfs/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ local function show_fullscreen_fs(name)
local size = calculate_max_fs_size(window)
local fs = {
"formspec_version[4]",
("size[%f,%f]"):format(size.x, size.y),
("size[%f,%f;true]"):format(size.x, size.y),
"padding[-0.01,-0.01]",
("button[%f,%f;1,1;%s;%s]"):format(0, 0, "tl", "TL"),
("button[%f,%f;1,1;%s;%s]"):format(size.x - 1, 0, "tr", "TR"),
Expand Down

0 comments on commit 1ce50ea

Please sign in to comment.