hugoattal / DarkerNodes

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

Transform sliders and axis icons have spacing issues #76

Closed W2Wizard closed 3 years ago

W2Wizard commented 3 years ago

Issue: So the sliders work fine however the axis labels are slightly larger than the body of the slider and also seems to get a border when clicked on?

Video:

https://user-images.githubusercontent.com/63303990/104110216-cb76bc00-52d5-11eb-9b54-1872b2a6dac7.mp4

W2Wizard commented 3 years ago

Also the button padding only affects the middle row for some reason? image

hugoattal commented 3 years ago

I may have forgotten a padding for some specific numeral values (of "Location" and "Scale") 🤔... I'll investigate...

It also has to do with how the editor draw those boxes, it's actually a box inside a box. I'll see if it's possible to make it a bit more polished 😉

hugoattal commented 3 years ago

Ok, so the size of the slider is actually the same as the default: image

I fixed the dimension issue: image

And I'll fix the stretch lock icon.

hugoattal commented 3 years ago

Done! image