hugoattal / DarkerNodes

Modern theme for the Unreal editor
50 stars 2 forks source link

Extended Nodes setting leaves space right of the node header #165

Open sandnavigator opened 2 years ago

sandnavigator commented 2 years ago

Enabling the 'Blueprint/Extended Nodes' setting leaves an empty space right of the node header as if it is misaligned. I'm using Unreal Engine version 5.0.2 and I'll attach a screenshot for reference. Let me know if this is working as intended or if it is a bug. DarkerNodesIssue

c-trinh commented 1 year ago

Same issue on my side, doesn't seem like a stylistic choice (select outline works as intended at least).

Especially looks weird if you use brighter main node outlines. image

hugoattal commented 1 year ago

This is not a stylistic choice, but rather a technical constraint:

The UE limit the size of the background header and doesn't go fully to the right. That's because in the default style, it's actually a gradient (so it's invisible at the right).

The point of the default unchecked "extended nodes" is to solve this and have headers background going all the way to the right.

Right now, I don't have a clue on how to solve this with the "extended nodes" checked...

EDIT: I could also make a gradient that fade to the right if you think that would be better.