diff --git a/scenes/настройки/настройки.tscn b/scenes/настройки/настройки.tscn index 0dd466be..d4c306e4 100644 --- a/scenes/настройки/настройки.tscn +++ b/scenes/настройки/настройки.tscn @@ -267,43 +267,35 @@ text = "Адрес сервера карт" horizontal_alignment = 1 vertical_alignment = 1 -[node name="Label19" type="Label" parent="."] +[node name="GridContainer2" type="GridContainer" parent="."] layout_mode = 0 -offset_left = 487.0 -offset_top = 150.0 -offset_right = 775.0 -offset_bottom = 257.0 +offset_left = 478.0 +offset_top = 154.0 +offset_right = 784.0 +offset_bottom = 260.0 +columns = 2 + +[node name="external_cu_lbl" type="Label" parent="GridContainer2"] +layout_mode = 2 +text = "Внешнее целеуказание." +vertical_alignment = 1 + +[node name="external_cu_btn" type="CheckButton" parent="GridContainer2"] +layout_mode = 2 + +[node name="Label19" type="Label" parent="GridContainer2"] +layout_mode = 2 size_flags_horizontal = 3 size_flags_vertical = 3 text = "Кнопка «Подавление». Отключить отображение этой кнопки, что бы тип помех применялся сразу." -[node name="CheckButton18" type="CheckButton" parent="."] -layout_mode = 0 -offset_left = 802.0 -offset_top = 148.0 -offset_right = 846.0 -offset_bottom = 172.0 +[node name="CheckButton18" type="CheckButton" parent="GridContainer2"] +layout_mode = 2 size_flags_horizontal = 6 size_flags_vertical = 6 button_pressed = true -[node name="GridContainer2" type="GridContainer" parent="."] -layout_mode = 0 -offset_left = 900.0 -offset_top = 87.0 -offset_right = 1192.0 -offset_bottom = 193.0 -columns = 2 - -[node name="external_cu_lbl" type="Label" parent="GridContainer2"] -layout_mode = 2 -text = "Внешнее целеуказание" -vertical_alignment = 1 - -[node name="external_cu_btn" type="CheckButton" parent="GridContainer2"] -layout_mode = 2 - [connection signal="text_changed" from="edt_mapaddr" to="edt_mapaddr" method="_on_text_changed"] [connection signal="pressed" from="GridContainer2/external_cu_btn" to="." method="_on_external_cu_btn_pressed"]