Closed kristofa closed 5 years ago
The description field in the popover doesn't has scroll bars which can be confusing when selecting or typing a long description. However you can still see the full description, the text still scrolls even when no visual scroll bars are shown.
This change was an attempt to replace the description NSTextField with a NSTextView embedded in a NSScrollView which would add scroll bars but the implementation has two issues which prevented me from merging:
Unfortunately NSTextView doesn't support placeholder text and the background colour is different from the NSTextFields which is ugly.