hugoattal / DarkerNodes

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

Missing background color inside text area in curve editor #140

Closed ivx0 closed 3 years ago

ivx0 commented 3 years ago

Steps to reproduce:

  1. Enable plugin
  2. Set theme to Dark
  3. Make a curve
  4. Open curve editor
  5. Bug as follows

image

hugoattal commented 3 years ago

Yes, it's because the background is already dark (the same color as text background).

You can add a border in the settings here: image

Result: image or image

ivx0 commented 3 years ago

Thanks, I didn't notice that option. Would it be possible to change the border thickness?

hugoattal commented 3 years ago

Hum, yes, I could add such feature! You'd like 2px for example?

ivx0 commented 3 years ago

Sounds good! Maybe a drop list of options or an input field would give more control to the user but idk if that's viable

hugoattal commented 3 years ago

I think, I'll go with a text field with int from 0 to 5 🤔

ivx0 commented 3 years ago

That's great, thanks