mirror of
https://github.com/RPG-Research/bcirpg.git
synced 2024-04-16 14:23:01 +00:00
Added margin and spacing to Line Edits plus Var Name changes
This commit is contained in:
parent
b66828124c
commit
cfc503582b
@ -68,84 +68,100 @@ text = "NAME
|
|||||||
"
|
"
|
||||||
|
|
||||||
[node name="LineEdit" type="LineEdit" parent="Title/VBoxContainer/LabelName"]
|
[node name="LineEdit" type="LineEdit" parent="Title/VBoxContainer/LabelName"]
|
||||||
|
margin_top = 15.0
|
||||||
margin_right = 58.0
|
margin_right = 58.0
|
||||||
margin_bottom = 24.0
|
margin_bottom = 24.0
|
||||||
|
|
||||||
[node name="LabelProfession" type="Label" parent="Title/VBoxContainer"]
|
[node name="LabelProfession" type="Label" parent="Title/VBoxContainer"]
|
||||||
margin_top = 35.0
|
margin_top = 40.0
|
||||||
margin_right = 81.0
|
margin_right = 81.0
|
||||||
margin_bottom = 66.0
|
margin_bottom = 66.0
|
||||||
text = "PROFESSION
|
text = "PROFESSION
|
||||||
"
|
"
|
||||||
|
|
||||||
[node name="LineEdit" type="LineEdit" parent="Title/VBoxContainer/LabelProfession"]
|
[node name="LineEdit" type="LineEdit" parent="Title/VBoxContainer/LabelProfession"]
|
||||||
|
margin_top = 15.0
|
||||||
margin_right = 58.0
|
margin_right = 58.0
|
||||||
margin_bottom = 24.0
|
margin_bottom = 24.0
|
||||||
|
|
||||||
[node name="LabelStrength" type="Label" parent="Title/VBoxContainer"]
|
[node name="LabelStrength" type="Label" parent="Title/VBoxContainer"]
|
||||||
margin_top = 70.0
|
margin_top = 80.0
|
||||||
margin_right = 81.0
|
margin_right = 81.0
|
||||||
margin_bottom = 84.0
|
margin_bottom = 101.0
|
||||||
text = "STRENGTH"
|
text = "STRENGTH
|
||||||
|
"
|
||||||
|
|
||||||
[node name="LineEdit" type="LineEdit" parent="Title/VBoxContainer/LabelStrength"]
|
[node name="LineEdit" type="LineEdit" parent="Title/VBoxContainer/LabelStrength"]
|
||||||
|
margin_top = 15.0
|
||||||
margin_right = 58.0
|
margin_right = 58.0
|
||||||
margin_bottom = 24.0
|
margin_bottom = 24.0
|
||||||
|
|
||||||
[node name="LabelIntellect" type="Label" parent="Title/VBoxContainer"]
|
[node name="LabelIntellect" type="Label" parent="Title/VBoxContainer"]
|
||||||
margin_top = 88.0
|
margin_top = 120.0
|
||||||
margin_right = 81.0
|
margin_right = 81.0
|
||||||
margin_bottom = 119.0
|
margin_bottom = 136.0
|
||||||
text = "INTELLECT
|
text = "INTELLECT
|
||||||
"
|
"
|
||||||
|
|
||||||
[node name="LineEdit" type="LineEdit" parent="Title/VBoxContainer/LabelIntellect"]
|
[node name="LineEdit" type="LineEdit" parent="Title/VBoxContainer/LabelIntellect"]
|
||||||
|
margin_top = 15.0
|
||||||
margin_right = 58.0
|
margin_right = 58.0
|
||||||
margin_bottom = 24.0
|
margin_bottom = 24.0
|
||||||
|
|
||||||
[node name="LabelWillpower" type="Label" parent="Title/VBoxContainer"]
|
[node name="LabelWillpower" type="Label" parent="Title/VBoxContainer"]
|
||||||
margin_top = 123.0
|
margin_top = 160.0
|
||||||
margin_right = 81.0
|
margin_right = 81.0
|
||||||
margin_bottom = 137.0
|
margin_bottom = 171.0
|
||||||
text = "WILLPOWER"
|
text = "WILLPOWER
|
||||||
|
"
|
||||||
|
|
||||||
[node name="LineEdit" type="LineEdit" parent="Title/VBoxContainer/LabelWillpower"]
|
[node name="LineEdit" type="LineEdit" parent="Title/VBoxContainer/LabelWillpower"]
|
||||||
|
margin_top = 15.0
|
||||||
margin_right = 58.0
|
margin_right = 58.0
|
||||||
margin_bottom = 24.0
|
margin_bottom = 24.0
|
||||||
|
|
||||||
[node name="LabelCharm" type="Label" parent="Title/VBoxContainer"]
|
[node name="LabelCharm" type="Label" parent="Title/VBoxContainer"]
|
||||||
margin_top = 141.0
|
margin_top = 200.0
|
||||||
margin_right = 81.0
|
margin_right = 81.0
|
||||||
margin_bottom = 155.0
|
margin_bottom = 189.0
|
||||||
|
text = "CHARM"
|
||||||
|
|
||||||
[node name="LineEdit" type="LineEdit" parent="Title/VBoxContainer/LabelCharm"]
|
[node name="LineEdit" type="LineEdit" parent="Title/VBoxContainer/LabelCharm"]
|
||||||
|
margin_top = 15.0
|
||||||
margin_right = 58.0
|
margin_right = 58.0
|
||||||
margin_bottom = 24.0
|
margin_bottom = 24.0
|
||||||
|
|
||||||
[node name="LabelWeapon" type="Label" parent="Title/VBoxContainer"]
|
[node name="LabelWeapon" type="Label" parent="Title/VBoxContainer"]
|
||||||
margin_top = 159.0
|
margin_top = 240.0
|
||||||
margin_right = 81.0
|
margin_right = 81.0
|
||||||
margin_bottom = 173.0
|
margin_bottom = 224.0
|
||||||
|
text = "WEAPON
|
||||||
|
"
|
||||||
|
|
||||||
[node name="LineEdit" type="LineEdit" parent="Title/VBoxContainer/LabelWeapon"]
|
[node name="LineEdit" type="LineEdit" parent="Title/VBoxContainer/LabelWeapon"]
|
||||||
|
margin_top = 15.0
|
||||||
margin_right = 58.0
|
margin_right = 58.0
|
||||||
margin_bottom = 24.0
|
margin_bottom = 24.0
|
||||||
|
|
||||||
[node name="LabelArmor" type="Label" parent="Title/VBoxContainer"]
|
[node name="LabelArmor" type="Label" parent="Title/VBoxContainer"]
|
||||||
margin_top = 177.0
|
margin_top = 280.0
|
||||||
margin_right = 81.0
|
margin_right = 81.0
|
||||||
margin_bottom = 191.0
|
margin_bottom = 242.0
|
||||||
|
text = "ARMOR"
|
||||||
|
|
||||||
[node name="LineEdit" type="LineEdit" parent="Title/VBoxContainer/LabelArmor"]
|
[node name="LineEdit" type="LineEdit" parent="Title/VBoxContainer/LabelArmor"]
|
||||||
|
margin_top = 15.0
|
||||||
margin_right = 58.0
|
margin_right = 58.0
|
||||||
margin_bottom = 24.0
|
margin_bottom = 24.0
|
||||||
|
|
||||||
[node name="LabelAQuote" type="Label" parent="Title/VBoxContainer"]
|
[node name="LabelQuote" type="Label" parent="Title/VBoxContainer"]
|
||||||
margin_top = 195.0
|
margin_top = 320.0
|
||||||
margin_right = 81.0
|
margin_right = 81.0
|
||||||
margin_bottom = 209.0
|
margin_bottom = 260.0
|
||||||
|
text = "QUOTE"
|
||||||
|
|
||||||
[node name="LineEdit" type="LineEdit" parent="Title/VBoxContainer/LabelAQuote"]
|
[node name="LineEdit" type="LineEdit" parent="Title/VBoxContainer/LabelQuote"]
|
||||||
|
margin_top = 15.0
|
||||||
margin_right = 58.0
|
margin_right = 58.0
|
||||||
margin_bottom = 24.0
|
margin_bottom = 24.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user