Доработка. Таблица без заголовка

This commit is contained in:
sasha80
2023-09-19 09:10:57 +03:00
parent 0f8b966927
commit 2fd23e2d6c
2 changed files with 1 additions and 2 deletions

View File

@@ -30,7 +30,6 @@ func on_threat_selected(th):
func init_table():
$table.connect('row_pressed', Callable(self, 'on_row_pressed'))
for i in TABLE_PARAMS.size(): $table.add_row(TABLE_ROW)
for p in TABLE_PARAMS.values():
$table.set_node_text(0, p[0], p[1])

View File

@@ -96,7 +96,7 @@ vertical_alignment = 1
[node name="scroll" type="ScrollContainer" parent="grd_side/frm_params"]
layout_mode = 0
offset_left = 4.0
offset_top = 54.0
offset_top = 27.0
offset_right = 476.0
offset_bottom = 282.0
script = ExtResource("6_tict0")