Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Huge .tscn Icon and icon in background of File System panel #92646

Closed
Burloe opened this issue Jun 1, 2024 · 0 comments · Fixed by #92669 or #95278
Closed

Huge .tscn Icon and icon in background of File System panel #92646

Burloe opened this issue Jun 1, 2024 · 0 comments · Fixed by #92669 or #95278

Comments

@Burloe
Copy link

Burloe commented Jun 1, 2024

Tested versions

4.3.beta1

System information

Windows 10

Issue description

Using the bottom docked file system in the beta. I haven't had an issue since upgrading until I noticed an .svg icon I made in the background of the FileSystem dock. It's unclickable and doesn't seem to be anything other than integrated into the background. I then tried to swap the item preview style from grid to list, the .tscn of the scene using this icon was massive while all the others were normal.

Other scene files in other folders are normal. The only difference is that this file is a tool script with it's own custom icon. In the 'grid' view, you can see the scene's preview icon as a black square(the scene doesn't have any visual elements in it, only timers) and the icon is a static background.

Also tried docking the FileSystem on the sides and it's present there as well.
Screenshot 2024-06-01 150356
Screenshot 2024-06-01 150600

Steps to reproduce

Not sure as I don't know what the cause is. But if the cause is that it has it's own icon and/or is a tool script:
New project > Create new folder > Put .svg file in folder > Create new scene and attach script
In script, add:

@tool
@icon("res://New Folder/CloudIcon.svg")
extends Node 
class_name Test

Minimal reproduction project (MRP)

Here's the icon I made in case that's the issue(had no issue in 4.2): CloudIcon
CloudIcon.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants