mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-11-20 16:20:18 +01:00
Add a separator line between repos
This commit is contained in:
parent
22dfa99d46
commit
52bbae4594
2 changed files with 21 additions and 7 deletions
|
@ -86,7 +86,8 @@ func set_label(new_label):
|
||||||
if label_node:
|
if label_node:
|
||||||
if new_label == "yours":
|
if new_label == "yours":
|
||||||
new_label = ""
|
new_label = ""
|
||||||
$Rows/RepoVis/DropArea.queue_free()
|
$Rows/RepoVis/SeparatorLine/DropArea.queue_free()
|
||||||
|
$Rows/RepoVis/SeparatorLine.hide()
|
||||||
label_node.text = new_label
|
label_node.text = new_label
|
||||||
|
|
||||||
func random_position():
|
func random_position():
|
||||||
|
|
|
@ -31,14 +31,27 @@ __meta__ = {
|
||||||
"_edit_use_anchors_": false
|
"_edit_use_anchors_": false
|
||||||
}
|
}
|
||||||
|
|
||||||
[node name="DropArea" parent="Rows/RepoVis" instance=ExtResource( 4 )]
|
[node name="SeparatorLine" type="ColorRect" parent="Rows/RepoVis"]
|
||||||
position = Vector2( 67.3194, 32.6666 )
|
anchor_top = 1.0
|
||||||
|
anchor_right = 1.0
|
||||||
|
anchor_bottom = 1.0
|
||||||
|
margin_top = -4.0
|
||||||
|
mouse_filter = 2
|
||||||
|
color = Color( 0.196078, 0.184314, 0.435294, 1 )
|
||||||
|
__meta__ = {
|
||||||
|
"_edit_use_anchors_": false
|
||||||
|
}
|
||||||
|
|
||||||
|
[node name="DropArea" parent="Rows/RepoVis/SeparatorLine" instance=ExtResource( 4 )]
|
||||||
|
position = Vector2( 71.6342, -29.3427 )
|
||||||
|
|
||||||
[node name="Label" type="Label" parent="Rows/RepoVis"]
|
[node name="Label" type="Label" parent="Rows/RepoVis"]
|
||||||
margin_left = 5.60091
|
anchor_top = 1.0
|
||||||
margin_top = -0.518692
|
anchor_bottom = 1.0
|
||||||
margin_right = 204.601
|
margin_left = 7.06314
|
||||||
margin_bottom = 48.4813
|
margin_top = -64.5048
|
||||||
|
margin_right = 229.063
|
||||||
|
margin_bottom = -8.50476
|
||||||
custom_fonts/font = ExtResource( 3 )
|
custom_fonts/font = ExtResource( 3 )
|
||||||
text = "Repo name"
|
text = "Repo name"
|
||||||
__meta__ = {
|
__meta__ = {
|
||||||
|
|
Loading…
Reference in a new issue