[Mod Options] Fix invisible popup widgets in VT2
This commit is contained in:
parent
00c73d248f
commit
a44fe42a05
1 changed files with 1 additions and 1 deletions
|
@ -2919,7 +2919,7 @@ VMFOptionsView.initialize_settings_list_widgets = function (self)
|
||||||
|
|
||||||
self.definitions.scenegraph_2nd_layer[scenegraph_id_start_2nd_layer] = {
|
self.definitions.scenegraph_2nd_layer[scenegraph_id_start_2nd_layer] = {
|
||||||
size = {0, 0},
|
size = {0, 0},
|
||||||
position = {0, 0, 0},
|
position = {0, 0, 510},
|
||||||
offset = {0, 0, 0},
|
offset = {0, 0, 0},
|
||||||
|
|
||||||
vertical_alignment = "bottom",
|
vertical_alignment = "bottom",
|
||||||
|
|
Loading…
Add table
Reference in a new issue