mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-12-22 20:32:38 +01:00
Fix position of commit window
This commit is contained in:
parent
7373984d47
commit
e2764bef24
1 changed files with 7 additions and 5 deletions
12
main.tscn
12
main.tscn
|
@ -28,18 +28,20 @@ margin_bottom = 1059.0
|
||||||
[node name="CommitMessage" type="TextEdit" parent="."]
|
[node name="CommitMessage" type="TextEdit" parent="."]
|
||||||
visible = false
|
visible = false
|
||||||
margin_left = 1209.0
|
margin_left = 1209.0
|
||||||
margin_top = 6.0
|
margin_top = 484.0
|
||||||
margin_right = 1907.0
|
margin_right = 1907.0
|
||||||
margin_bottom = 1068.0
|
margin_bottom = 1068.0
|
||||||
|
custom_fonts/font = ExtResource( 5 )
|
||||||
__meta__ = {
|
__meta__ = {
|
||||||
"_edit_use_anchors_": false
|
"_edit_use_anchors_": false
|
||||||
}
|
}
|
||||||
|
|
||||||
[node name="SaveButton" type="Button" parent="CommitMessage"]
|
[node name="SaveButton" type="Button" parent="CommitMessage"]
|
||||||
margin_left = 537.443
|
margin_left = 540.661
|
||||||
margin_top = 997.65
|
margin_top = 528.031
|
||||||
margin_right = 686.443
|
margin_right = 689.661
|
||||||
margin_bottom = 1046.65
|
margin_bottom = 577.031
|
||||||
|
custom_fonts/font = ExtResource( 5 )
|
||||||
text = "Save"
|
text = "Save"
|
||||||
__meta__ = {
|
__meta__ = {
|
||||||
"_edit_use_anchors_": false
|
"_edit_use_anchors_": false
|
||||||
|
|
Loading…
Reference in a new issue