mirror of
https://github.com/nicoverbruggen/phpmon.git
synced 2025-12-21 11:10:08 +01:00
🍱 Slight design tweak for background color
This commit is contained in:
@@ -3920,7 +3920,7 @@
|
||||
CODE_SIGN_IDENTITY = "Apple Development";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
COMBINE_HIDPI_IMAGES = YES;
|
||||
CURRENT_PROJECT_VERSION = 1675;
|
||||
CURRENT_PROJECT_VERSION = 1677;
|
||||
DEAD_CODE_STRIPPING = YES;
|
||||
DEBUG = YES;
|
||||
ENABLE_APP_SANDBOX = NO;
|
||||
@@ -3964,7 +3964,7 @@
|
||||
CODE_SIGN_IDENTITY = "Apple Development";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
COMBINE_HIDPI_IMAGES = YES;
|
||||
CURRENT_PROJECT_VERSION = 1675;
|
||||
CURRENT_PROJECT_VERSION = 1677;
|
||||
DEAD_CODE_STRIPPING = YES;
|
||||
DEBUG = NO;
|
||||
ENABLE_APP_SANDBOX = NO;
|
||||
@@ -4146,7 +4146,7 @@
|
||||
CODE_SIGN_IDENTITY = "Apple Development";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
COMBINE_HIDPI_IMAGES = YES;
|
||||
CURRENT_PROJECT_VERSION = 1675;
|
||||
CURRENT_PROJECT_VERSION = 1677;
|
||||
DEAD_CODE_STRIPPING = YES;
|
||||
DEBUG = YES;
|
||||
ENABLE_APP_SANDBOX = NO;
|
||||
@@ -4339,7 +4339,7 @@
|
||||
CODE_SIGN_IDENTITY = "Apple Development";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
COMBINE_HIDPI_IMAGES = YES;
|
||||
CURRENT_PROJECT_VERSION = 1675;
|
||||
CURRENT_PROJECT_VERSION = 1677;
|
||||
DEAD_CODE_STRIPPING = YES;
|
||||
DEBUG = NO;
|
||||
ENABLE_APP_SANDBOX = NO;
|
||||
|
||||
@@ -24,7 +24,7 @@ class DomainListTLSCell: NSTableCellView, DomainListCellProtocol {
|
||||
.resized(to: NSSize(width: 20, height: 20))
|
||||
buttonLockStatus.contentTintColor = color
|
||||
buttonLockStatus.wantsLayer = true
|
||||
buttonLockStatus.layer?.backgroundColor = color.withAlphaComponent(0.15).cgColor
|
||||
buttonLockStatus.layer?.backgroundColor = color.withAlphaComponent(0.10).cgColor
|
||||
buttonLockStatus.layer?.cornerRadius = buttonLockStatus.bounds.width / 2
|
||||
buttonLockStatus.layer?.masksToBounds = true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user