- Added missing content margins to TextEdit
This commit is contained in:
passivestar 2024-03-03 00:17:15 +04:00
parent 95c11061f9
commit b36eb269d8
2 changed files with 26 additions and 10 deletions

View File

@ -418,12 +418,12 @@ corner_radius_bottom_left = 4
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_kwdgv"]
bg_color = Color(1, 1, 1, 0)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_g2pmp"]
content_margin_left = 4.0
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_62kny"]
content_margin_left = 6.0
content_margin_top = 4.0
content_margin_right = 4.0
content_margin_right = 6.0
content_margin_bottom = 4.0
bg_color = Color(1, 1, 1, 0.75)
bg_color = Color(0, 0, 0, 0.0392157)
draw_center = false
border_width_left = 1
border_width_top = 1
@ -440,6 +440,10 @@ expand_margin_right = 1.0
expand_margin_bottom = 1.0
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_t7304"]
content_margin_left = 6.0
content_margin_top = 4.0
content_margin_right = 6.0
content_margin_bottom = 4.0
bg_color = Color(0, 0, 0, 0.156863)
corner_radius_top_left = 4
corner_radius_top_right = 4
@ -447,6 +451,10 @@ corner_radius_bottom_right = 4
corner_radius_bottom_left = 4
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_6ucq2"]
content_margin_left = 6.0
content_margin_top = 4.0
content_margin_right = 6.0
content_margin_bottom = 4.0
bg_color = Color(0, 0, 0, 0.0784314)
corner_radius_top_left = 4
corner_radius_top_right = 4
@ -538,7 +546,7 @@ TabBar/styles/tab_focus = SubResource("StyleBoxEmpty_fejrw")
TabContainer/colors/font_unselected_color = Color(1, 1, 1, 0.235294)
TabContainer/styles/tab_focus = SubResource("StyleBoxFlat_kwdgv")
TextEdit/constants/outline_size = 0
TextEdit/styles/focus = SubResource("StyleBoxFlat_g2pmp")
TextEdit/styles/focus = SubResource("StyleBoxFlat_62kny")
TextEdit/styles/normal = SubResource("StyleBoxFlat_t7304")
TextEdit/styles/read_only = SubResource("StyleBoxFlat_6ucq2")
Tree/colors/children_hl_line_color = Color(1, 1, 1, 0.0196078)

View File

@ -418,12 +418,12 @@ corner_radius_bottom_left = 8
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_kwdgv"]
bg_color = Color(1, 1, 1, 0)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_g2pmp"]
content_margin_left = 8.0
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_62kny"]
content_margin_left = 12.0
content_margin_top = 8.0
content_margin_right = 8.0
content_margin_right = 12.0
content_margin_bottom = 8.0
bg_color = Color(1, 1, 1, 0.75)
bg_color = Color(0, 0, 0, 0.0392157)
draw_center = false
border_width_left = 2
border_width_top = 2
@ -440,6 +440,10 @@ expand_margin_right = 2.0
expand_margin_bottom = 2.0
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_t7304"]
content_margin_left = 12.0
content_margin_top = 8.0
content_margin_right = 12.0
content_margin_bottom = 8.0
bg_color = Color(0, 0, 0, 0.156863)
corner_radius_top_left = 8
corner_radius_top_right = 8
@ -447,6 +451,10 @@ corner_radius_bottom_right = 8
corner_radius_bottom_left = 8
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_6ucq2"]
content_margin_left = 12.0
content_margin_top = 8.0
content_margin_right = 12.0
content_margin_bottom = 8.0
bg_color = Color(0, 0, 0, 0.0784314)
corner_radius_top_left = 8
corner_radius_top_right = 8
@ -538,7 +546,7 @@ TabBar/styles/tab_focus = SubResource("StyleBoxEmpty_fejrw")
TabContainer/colors/font_unselected_color = Color(1, 1, 1, 0.235294)
TabContainer/styles/tab_focus = SubResource("StyleBoxFlat_kwdgv")
TextEdit/constants/outline_size = 0
TextEdit/styles/focus = SubResource("StyleBoxFlat_g2pmp")
TextEdit/styles/focus = SubResource("StyleBoxFlat_62kny")
TextEdit/styles/normal = SubResource("StyleBoxFlat_t7304")
TextEdit/styles/read_only = SubResource("StyleBoxFlat_6ucq2")
Tree/colors/children_hl_line_color = Color(1, 1, 1, 0.0196078)