breakpoint1
This commit is contained in:
@@ -2,17 +2,17 @@
|
||||
|
||||
[ext_resource type="Script" path="res://BITKit/Scripts/UX/UXContainer.cs" id="1_312jo"]
|
||||
|
||||
[node name="关联标识" type="HBoxContainer" node_paths=PackedStringArray("label", "titleLabel", "updateTimeLabel", "createTimeLabel", "labels", "lineEdits")]
|
||||
offset_right = 651.0
|
||||
[node name="关联标识" type="HBoxContainer" node_paths=PackedStringArray("label", "titleLabel", "labels", "buttons", "lineEdits", "optionButtons")]
|
||||
offset_right = 491.0
|
||||
offset_bottom = 64.0
|
||||
theme_override_constants/separation = 8
|
||||
script = ExtResource("1_312jo")
|
||||
label = NodePath("GridContainer/Labels[1]")
|
||||
titleLabel = NodePath("GridContainer/Labels[0]")
|
||||
updateTimeLabel = NodePath("GridContainer/HBoxContainer/label[2]")
|
||||
createTimeLabel = NodePath("GridContainer/HBoxContainer2/labels[3]")
|
||||
labels = [NodePath("GridContainer/Labels[0]"), NodePath("GridContainer/Labels[1]"), NodePath("GridContainer/HBoxContainer/label[2]"), NodePath("GridContainer/HBoxContainer2/labels[3]")]
|
||||
buttons = []
|
||||
lineEdits = []
|
||||
optionButtons = []
|
||||
|
||||
[node name="Control3" type="Control" parent="."]
|
||||
custom_minimum_size = Vector2(16, 0)
|
||||
@@ -40,7 +40,7 @@ layout_mode = 2
|
||||
|
||||
[node name="Label" type="Label" parent="GridContainer/HBoxContainer"]
|
||||
layout_mode = 2
|
||||
text = "最后更新时间:"
|
||||
text = "更新时间:"
|
||||
|
||||
[node name="label[2]" type="Label" parent="GridContainer/HBoxContainer"]
|
||||
layout_mode = 2
|
||||
@@ -56,7 +56,7 @@ layout_mode = 2
|
||||
|
||||
[node name="Label" type="Label" parent="GridContainer/HBoxContainer2"]
|
||||
layout_mode = 2
|
||||
text = "创建标识时间:"
|
||||
text = "创建时间:"
|
||||
|
||||
[node name="labels[3]" type="Label" parent="GridContainer/HBoxContainer2"]
|
||||
layout_mode = 2
|
||||
|
Reference in New Issue
Block a user