fyne-io / fyne

Cross platform GUI toolkit in Go inspired by Material Design
https://fyne.io/
Other
24.84k stars 1.38k forks source link

How to change branchIcon in tree widget ? #2926

Open ibadi-id opened 2 years ago

ibadi-id commented 2 years ago

I wonder if there is a way to change the branch icon and its position ? I want the position of the icon to be after the label of the tree. I am currently making changes directly in the package, can I use extend widgets to make these changes?

image
andydotxyz commented 2 years ago

It is not possible to change the position, sorry. The icon itself is loaded from the theme so you could override that with a custom theme.