From a44fe42a05049eefad039f63bfa83e626b6e10ec Mon Sep 17 00:00:00 2001 From: Dreomite Date: Thu, 29 Apr 2021 10:18:33 +0300 Subject: [PATCH] [Mod Options] Fix invisible popup widgets in VT2 --- vmf/scripts/mods/vmf/modules/ui/options/vmf_options_view.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vmf/scripts/mods/vmf/modules/ui/options/vmf_options_view.lua b/vmf/scripts/mods/vmf/modules/ui/options/vmf_options_view.lua index ac94792..e72c63f 100644 --- a/vmf/scripts/mods/vmf/modules/ui/options/vmf_options_view.lua +++ b/vmf/scripts/mods/vmf/modules/ui/options/vmf_options_view.lua @@ -2919,7 +2919,7 @@ VMFOptionsView.initialize_settings_list_widgets = function (self) self.definitions.scenegraph_2nd_layer[scenegraph_id_start_2nd_layer] = { size = {0, 0}, - position = {0, 0, 0}, + position = {0, 0, 510}, offset = {0, 0, 0}, vertical_alignment = "bottom",