diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-02-11 18:34:48 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-02-11 18:34:48 +0100 |
| commit | 8f25550f0d360a5bba3a9d7d21ee04633320c99c (patch) | |
| tree | 18441273b918fa252d7e3813534d0d5402d2eee6 /Flat Bezel/BBFlatBezelInterface.m | |
| parent | 768e492ea13d8c0f62e0334c4c626db4596a66d8 (diff) | |
Adjust colors and radius
Diffstat (limited to 'Flat Bezel/BBFlatBezelInterface.m')
| -rw-r--r-- | Flat Bezel/BBFlatBezelInterface.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Flat Bezel/BBFlatBezelInterface.m b/Flat Bezel/BBFlatBezelInterface.m index e430de8..bac396f 100644 --- a/Flat Bezel/BBFlatBezelInterface.m +++ b/Flat Bezel/BBFlatBezelInterface.m @@ -40,7 +40,7 @@ [theCell setBackgroundColor:[NSColor clearColor]]; [theCell setFont:[NSFont systemFontOfSize:11 weight:NSFontWeightLight]]; - [theCell setCellRadiusFactor:8]; + [theCell setCellRadiusFactor:4]; [theCell setHighlightColor:[NSColor colorWithRed:1 green:1 blue:1 alpha:.15]]; [theCell setTextColor:[NSColor textColor]]; |