FlatLaf icon indicating copy to clipboard operation
FlatLaf copied to clipboard

ComboBox: support rounded selection

Open DevCharly opened this issue 3 years ago • 0 comments

This PR enables using "rounded" selection for combo box popup list.

This is not yet used in any theme, but intended to be used for macOS themes (see PR #533) and future Windows 11 style themes.

Example

grafik

UI properties for above screenshot (see Application properties files):

ComboBox.popupInsets = 1,0,1,0
ComboBox.selectionInsets = 0,1,0,1
ComboBox.selectionArc = 6

DevCharly avatar Jun 04 '22 22:06 DevCharly