mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-10 22:17:13 -06:00
macOS themes: added some ScrollBar UI properties so that themes look the same on Windows or Linux as on macOS (issue #497)
This commit is contained in:
@@ -192,6 +192,12 @@ ScrollBar.width = 12
|
||||
ScrollBar.track = @componentBackground
|
||||
ScrollBar.thumb = @buttonBackground
|
||||
|
||||
# from FlatLaf.properties (when using not on macOS)
|
||||
ScrollBar.minimumThumbSize = 18,18
|
||||
ScrollBar.thumbInsets = 2,2,2,2
|
||||
ScrollBar.thumbArc = 999
|
||||
ScrollBar.hoverThumbWithTrack = true
|
||||
|
||||
|
||||
#---- Separator ----
|
||||
|
||||
|
||||
@@ -192,6 +192,12 @@ ScrollBar.width = 12
|
||||
ScrollBar.track = darken(@componentBackground,2%)
|
||||
ScrollBar.thumb = darken(@componentBackground,24%)
|
||||
|
||||
# from FlatLaf.properties (when using not on macOS)
|
||||
ScrollBar.minimumThumbSize = 18,18
|
||||
ScrollBar.thumbInsets = 2,2,2,2
|
||||
ScrollBar.thumbArc = 999
|
||||
ScrollBar.hoverThumbWithTrack = true
|
||||
|
||||
|
||||
#---- Separator ----
|
||||
|
||||
|
||||
Reference in New Issue
Block a user