From 51f4ae2d8e0a6cdcc7d50a037143f48a6132214a Mon Sep 17 00:00:00 2001 From: isXander Date: Wed, 14 Dec 2022 18:53:30 +0000 Subject: lots of minor fixes with lists and abstract builders --- changelogs/2.1.1.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 changelogs/2.1.1.md (limited to 'changelogs') diff --git a/changelogs/2.1.1.md b/changelogs/2.1.1.md new file mode 100644 index 0000000..724993d --- /dev/null +++ b/changelogs/2.1.1.md @@ -0,0 +1,8 @@ +- Remove padding between list items +- No longer hide add and reset buttons when lists are collapsed, but automatically expand them when clicked +- Fix removing items from lists didn't update up and down buttons +- Fix lists not updating properly when removing the final item from a list +- Refactor some gui list code to abstract all list functionality from main gui classes +- Fix option entries sometimes overlapping due to the reset button +- Fix string elements cropping 1px off the top of the text +- Abstracted builders to restrict API usage -- cgit