Bug Fix
This commit is contained in:
@@ -44,6 +44,12 @@ min_value = 0.2
|
||||
max_value = 20.0
|
||||
step = 0.2
|
||||
value = 1.0
|
||||
ticks_on_borders = true
|
||||
|
||||
[node name="ElasticContainer" type="CheckBox" parent="V1"]
|
||||
layout_mode = 2
|
||||
tooltip_text = "Volume of container always equal to the volume of content"
|
||||
text = "Elastic Container"
|
||||
|
||||
[node name="VSeparator" type="VSeparator" parent="."]
|
||||
layout_mode = 2
|
||||
@@ -138,12 +144,8 @@ layout_mode = 2
|
||||
[node name="V3" type="VBoxContainer" parent="."]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="Label" type="Label" parent="V3"]
|
||||
layout_mode = 2
|
||||
text = "Compounents"
|
||||
|
||||
[node name="Compounds" type="Tree" parent="V3"]
|
||||
custom_minimum_size = Vector2(150, 200)
|
||||
custom_minimum_size = Vector2(250, 200)
|
||||
layout_mode = 2
|
||||
|
||||
[node name="VSeparator4" type="VSeparator" parent="."]
|
||||
@@ -154,4 +156,5 @@ layout_mode = 2
|
||||
[connection signal="pressed" from="V1/RemoveBottom" to="." method="RemoveBottom"]
|
||||
[connection signal="value_changed" from="V1/EnvTemperature" to="." method="SetTemperature"]
|
||||
[connection signal="value_changed" from="V1/ContainerVolume" to="." method="SetVolume"]
|
||||
[connection signal="toggled" from="V1/ElasticContainer" to="." method="SetElasticContainer"]
|
||||
[connection signal="item_selected" from="V3/Compounds" to="." method="IsomerSelectedHandler"]
|
||||
|
||||
Reference in New Issue
Block a user