Доработка. Таблица без заголовка
This commit is contained in:
@@ -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])
|
||||
|
||||
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user