File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
src/SharpIDE.Godot/Resources Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,12 @@ corner_radius_bottom_right = 3
4848corner_radius_bottom_left = 3
4949corner_detail = 5
5050
51+ [sub_resource type ="StyleBoxEmpty" id ="StyleBoxEmpty_6nunt" ]
52+ content_margin_left = 6.0
53+ content_margin_top = 4.0
54+ content_margin_right = 6.0
55+ content_margin_bottom = 4.0
56+
5157[sub_resource type ="StyleBoxFlat" id ="StyleBoxFlat_1icbt" ]
5258content_margin_left = 4.0
5359content_margin_top = 4.0
@@ -160,6 +166,9 @@ Button/styles/disabled = SubResource("StyleBoxFlat_f60rw")
160166Button/styles/hover = SubResource ("StyleBoxFlat_s0gn1" )
161167Button/styles/normal = SubResource ("StyleBoxFlat_xtark" )
162168Button/styles/pressed = SubResource ("StyleBoxFlat_6nunt" )
169+ CheckButton/colors/button_checked_color = Color (0.3372549 , 0.61960787 , 1 , 1 )
170+ CheckButton/styles/normal = SubResource ("StyleBoxEmpty_6nunt" )
171+ CheckButton/styles/pressed = SubResource ("StyleBoxEmpty_6nunt" )
163172CodeEdit/colors/current_line_color = Color (0.9 , 0.9 , 0.9 , 1 )
164173CodeEdit/styles/normal = SubResource ("StyleBoxFlat_1icbt" )
165174CodeEditorTabContainer/base_type = &"TabContainer"
You can’t perform that action at this time.
0 commit comments