Fix Settings tab formspec alignment (#6585)
authorEzhh <owlecho@live.com>
Sun, 5 Nov 2017 10:15:32 +0000 (10:15 +0000)
committerSmallJoker <SmallJoker@users.noreply.github.com>
Sun, 5 Nov 2017 10:15:32 +0000 (11:15 +0100)
builtin/mainmenu/tab_settings.lua

index fada333352bb4b6987118d6a897f2d90e0bb0150..8e3a5f1aa5bc99c75c8e3564e585c645f14243f2 100644 (file)
@@ -191,7 +191,7 @@ local function formspec(tabview, name, tabdata)
                                .. getSettingIndex.NodeHighlighting() .. "]" ..
                "dropdown[0.25,3.6;3.3;dd_leaves_style;" .. dd_options.leaves[1] .. ";"
                                .. getSettingIndex.Leaves() .. "]" ..
-               "box[3.75,0;3.75,4.45;#999999]" ..
+               "box[3.75,0;3.75,4.5;#999999]" ..
                "label[3.85,0.1;" .. fgettext("Texturing:") .. "]" ..
                "dropdown[3.85,0.55;3.85;dd_filters;" .. dd_options.filters[1] .. ";"
                                .. getSettingIndex.Filter() .. "]" ..
@@ -203,7 +203,7 @@ local function formspec(tabview, name, tabdata)
                "label[3.85,3.45;" .. fgettext("Screen:") .. "]" ..
                "checkbox[3.85,3.6;cb_autosave_screensize;" .. fgettext("Autosave screen size") .. ";"
                                .. dump(core.settings:get_bool("autosave_screensize")) .. "]" ..
-               "box[7.75,0;4,4.4;#999999]" ..
+               "box[7.75,0;4,4.5;#999999]" ..
                "checkbox[8,0;cb_shaders;" .. fgettext("Shaders") .. ";"
                                .. dump(core.settings:get_bool("enable_shaders")) .. "]"