Skip to content

Commit

Permalink
expand collapse icons resized
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquin30 committed Dec 16, 2024
1 parent 51a9b6a commit 059f42a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[gd_scene load_steps=4 format=3 uid="uid://1xfpd777g8pf"]

[ext_resource type="Script" path="res://addons/block_code/ui/blocks/utilities/template_editor/collapsable_settings.gd" id="1_f0ssn"]
[ext_resource type="Texture2D" uid="uid://5y2dvf2xc4vx" path="res://addons/block_code/ui/blocks/utilities/template_editor/plus.png" id="2_8s057"]
[ext_resource type="Texture2D" uid="uid://b85dahj52hy0d" path="res://addons/block_code/ui/blocks/utilities/template_editor/minus.png" id="3_6qcv3"]
[ext_resource type="Texture2D" uid="uid://dw1hpu2eili0q" path="res://addons/block_code/ui/blocks/utilities/template_editor/plus.png" id="2_8s057"]
[ext_resource type="Texture2D" uid="uid://cggw8t7knh1fr" path="res://addons/block_code/ui/blocks/utilities/template_editor/minus.png" id="3_6qcv3"]

[node name="CollapsableSettings" type="HBoxContainer"]
offset_right = 36.0
Expand All @@ -16,6 +16,7 @@ flat = true
icon_alignment = 1

[node name="CollapseButton" type="Button" parent="."]
visible = false
layout_mode = 2
icon = ExtResource("3_6qcv3")
flat = true
Expand Down
Binary file modified addons/block_code/ui/blocks/utilities/template_editor/minus.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

importer="texture"
type="CompressedTexture2D"
uid="uid://b85dahj52hy0d"
uid="uid://cggw8t7knh1fr"
path="res://.godot/imported/minus.png-7cbe293178ea19d9e5fbc8ba50c3a01b.ctex"
metadata={
"vram_texture": false
Expand Down
Binary file modified addons/block_code/ui/blocks/utilities/template_editor/plus.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

importer="texture"
type="CompressedTexture2D"
uid="uid://5y2dvf2xc4vx"
uid="uid://dw1hpu2eili0q"
path="res://.godot/imported/plus.png-415014510d01c9db50069dbfc9e6ab6f.ctex"
metadata={
"vram_texture": false
Expand Down

0 comments on commit 059f42a

Please sign in to comment.