fix: Adjustable citron Config size
citron Configuration was unable to be resized, and if shrunken to a certain size the text and buttons overlapped above which looked horrendous.
- Removed the Minimum Size Constraint: deleted <property name="minimumSize"> from the main dialog window.
- Added horizontal scrolling for top options
- Added vertical scrolling for main contents so options wouldn't smudge upon resize.