UI spacing issues #1530
-
|
Hi there, I am trying to create an extension and for the most part I've worked out how to use the layout controls.. but I am stuck when trying to use a file selector.. the UI doesn't look right and I can't work out how to fix it. Here's a screenshot: Here's the code: How can I shift the file selector down to align with the top of the multi line textbox on the right? Is there some kind of padding/margin I can add? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Okay so I found a hacky way to do what I wanted.... : And voila! Not ideal... but not half bad either |
Beta Was this translation helpful? Give feedback.
-
|
If anyone has a better / less hacky solution, please do let me know |
Beta Was this translation helpful? Give feedback.



Okay so I found a hacky way to do what I wanted.... :
And voila!
Not ideal... but not half bad either