[gd_scene load_steps=4 format=2] [ext_resource path="res://resources/user_interface/styles/lineedit_style_deselect.tres" type="StyleBox" id=1] [ext_resource path="res://resources/user_interface/styles/lineedit_style_select.tres" type="StyleBox" id=2] [ext_resource path="res://resources/fonts/fontstyle_normal.tres" type="DynamicFont" id=3] [node name="LineEditNormal" type="LineEdit"] margin_right = 58.0 margin_bottom = 24.0 custom_fonts/font = ExtResource( 3 ) custom_styles/read_only = ExtResource( 1 ) custom_styles/focus = ExtResource( 2 ) custom_styles/normal = ExtResource( 1 )