diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-02-16 19:15:53 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-02-16 19:15:53 +0100 |
| commit | 80583e8f2fb92146b8c59e36636f690af7f13eb0 (patch) | |
| tree | 9bfa2a07fe827053df1a13bbb2892aafbc4f65b9 /Flat Bezel/BBFlatBezelInterface.m | |
| parent | 6c2cdbc5ffb3ec1775c25d122751bddc5d205b6a (diff) | |
New icons + fix version
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 bac396f..47af67f 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:4]; + [theCell setCellRadiusFactor:32]; [theCell setHighlightColor:[NSColor colorWithRed:1 green:1 blue:1 alpha:.15]]; [theCell setTextColor:[NSColor textColor]]; |