DNS server (add NS record)
This commit is contained in:
@@ -60,7 +60,18 @@ corner_radius_bottom_left = 50
|
||||
bg_color = Color(0.6, 0.6, 0.6, 0)
|
||||
draw_center = false
|
||||
|
||||
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_u50mg"]
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_ee4r6"]
|
||||
bg_color = Color(0.168627, 0.168627, 0.168627, 1)
|
||||
border_width_left = 1
|
||||
border_width_top = 1
|
||||
border_width_right = 1
|
||||
border_width_bottom = 1
|
||||
border_color = Color(0.247059, 0.466667, 0.807843, 1)
|
||||
corner_radius_top_left = 15
|
||||
corner_radius_top_right = 15
|
||||
corner_radius_bottom_right = 15
|
||||
corner_radius_bottom_left = 15
|
||||
expand_margin_left = 40.0
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_cbgmd"]
|
||||
bg_color = Color(0.168627, 0.168627, 0.168627, 1)
|
||||
@@ -71,7 +82,7 @@ corner_radius_bottom_left = 15
|
||||
expand_margin_left = 40.0
|
||||
|
||||
[sub_resource type="Theme" id="Theme_jjvhh"]
|
||||
LineEdit/styles/focus = SubResource("StyleBoxEmpty_u50mg")
|
||||
LineEdit/styles/focus = SubResource("StyleBoxFlat_ee4r6")
|
||||
LineEdit/styles/normal = SubResource("StyleBoxFlat_cbgmd")
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_white"]
|
||||
@@ -192,10 +203,10 @@ caret_blink = true
|
||||
|
||||
[node name="TextureRect" type="TextureRect" parent="VBoxContainer/HBoxContainer/LineEdit"]
|
||||
layout_mode = 2
|
||||
offset_left = -32.0
|
||||
offset_right = -2.0
|
||||
offset_bottom = 53.0
|
||||
scale = Vector2(0.85, 0.85)
|
||||
offset_left = -27.855
|
||||
offset_right = 2.145
|
||||
offset_bottom = 69.0
|
||||
scale = Vector2(0.65, 0.65)
|
||||
texture = ExtResource("3_8gbba")
|
||||
stretch_mode = 5
|
||||
|
||||
|
||||
Reference in New Issue
Block a user