Skip to content

Commit

Permalink
Revert "styleboxflat when CollapseContainer is pressed and empty for …
Browse files Browse the repository at this point in the history
…checkbox"

This reverts commit 0af0e1f.
  • Loading branch information
RorotoSic committed Mar 16, 2024
1 parent 0af0e1f commit 24cb05a
Showing 1 changed file with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions src/Tools/BaseDraw.tscn
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[gd_scene load_steps=12 format=3 uid="uid://ubyatap3sylf"]
[gd_scene load_steps=11 format=3 uid="uid://ubyatap3sylf"]

[ext_resource type="PackedScene" uid="uid://yjhp0ssng2mp" path="res://src/UI/Nodes/ValueSlider.tscn" id="1"]
[ext_resource type="PackedScene" uid="uid://ctfgfelg0sho8" path="res://src/Tools/BaseTool.tscn" id="2"]
Expand All @@ -7,24 +7,11 @@

[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_0i4gy"]

[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_024wk"]
content_margin_left = 4.0
content_margin_top = 4.0
content_margin_right = 4.0
content_margin_bottom = 4.0
bg_color = Color(0.1, 0.1, 0.1, 0.6)
corner_radius_top_left = 3
corner_radius_top_right = 3
corner_radius_bottom_right = 3
corner_radius_bottom_left = 3
corner_detail = 5

[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_51tm8"]
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_dlpcn"]

[sub_resource type="Theme" id="Theme_i7q3e"]
Button/styles/focus = SubResource("StyleBoxEmpty_0i4gy")
Button/styles/pressed = SubResource("StyleBoxFlat_024wk")
CheckBox/styles/pressed = SubResource("StyleBoxEmpty_51tm8")
Button/styles/pressed = SubResource("StyleBoxEmpty_dlpcn")

[sub_resource type="ButtonGroup" id="ButtonGroup_7u3x0"]
resource_name = "rotate"
Expand Down

0 comments on commit 24cb05a

Please sign in to comment.