I made the changes requested in the issue #26, they were:
[x] Remove the text 'Option x Name' and replace with 'Option [n] Name' where [n] represents its order (ID), so it is Option 0 Name, Option 1 Name...
[x] The 'x' button (or remove button) is below each option rather than being at the very bottom
Note: I didn't implement the actual removal of options (mainly because it wasn't already implemented and we need to store each element's index, maybe through a property?).
[x] Made a line seperating the options indicating that its a different type and that you can have multiple (and that the '+'/'x' are involved with the Options rather than the whole thing).
Fixes #26
I made the changes requested in the issue #26, they were:
Image below: