TerminalGuiDesigner
TerminalGuiDesigner copied to clipboard
Added operation to add Border to elements that don't have them
TODO:
It would be nicer if the border properties were auto displayed and the View.Border automatically created when the properties are changed rather than needing an explicit operation
Also needs tests
I think I improved this a little by invoking the BorderChanged event for all properties except for the Child property, in this pr https://github.com/gui-cs/Terminal.Gui/pull/1862.
This PR was about adding borders to Views that do not currently have borders. I think it is too old and out of date to be of value now. We could revisit this issue later but will probably be easier to start again (especailly since it is only 1 commit!).
Also I'm pretty sure this PR was responsible for #22