summaryrefslogtreecommitdiff
path: root/src/libs/utils/touchbar/touchbar_mac.mm
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/utils/touchbar/touchbar_mac.mm')
-rw-r--r--src/libs/utils/touchbar/touchbar_mac.mm4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/utils/touchbar/touchbar_mac.mm b/src/libs/utils/touchbar/touchbar_mac.mm
index ee5a45bf72..dfaf670087 100644
--- a/src/libs/utils/touchbar/touchbar_mac.mm
+++ b/src/libs/utils/touchbar/touchbar_mac.mm
@@ -177,7 +177,7 @@ static NSImage *iconToTemplateNSImage(const QIcon &icon)
{
self = [super init];
[self setButtonType:NSButtonTypeMomentaryPushIn];
- self.bezelStyle = NSRoundedBezelStyle;
+ self.bezelStyle = NSBezelStyleRounded;
self.target = self;
self.action = @selector(trigger:);
_qaction = qaction;
@@ -208,7 +208,7 @@ static NSImage *iconToTemplateNSImage(const QIcon &icon)
{
self = [super init];
[self setButtonType:NSButtonTypeMomentaryPushIn];
- self.bezelStyle = NSRoundedBezelStyle;
+ self.bezelStyle = NSBezelStyleRounded;
self.target = self;
self.action = @selector(trigger:);
_parent = parent;