formatting

This commit is contained in:
daboe01
2026-01-16 23:25:05 +01:00
parent 245561d40f
commit b5f9f05f9f
-3
View File
@@ -6990,7 +6990,6 @@ var themedButtonValues = nil,
var colorWell = [[CPColorWell alloc] initWithFrame:CGRectMake(0.0, 0.0, 60.0, 24.0)],
// Simplified to standard borders instead of PatternColor pngs
bezelColor = [CPColor colorWithCSSDictionary:@{
@"border": @"1px solid " + A3ColorBorderDark,
@"background-color": A3ColorBackgroundWhite
@@ -7220,7 +7219,6 @@ var themedButtonValues = nil,
{
var levelIndicator = [[CPLevelIndicator alloc] initWithFrame:CGRectMake(0, 0, 100, 100)],
// Simplified to CSS Colors
bezelColor = [CPColor colorWithCSSDictionary:@{
@"border": @"1px solid " + A3ColorBorderDark
}],
@@ -7617,7 +7615,6 @@ var themedButtonValues = nil,
{
var bordelessBridgeWindowView = [[_CPBorderlessBridgeWindowView alloc] initWithFrame:CGRectMake(0,0,0,0)],
// Simplified to CSS color
toolbarBackgroundColor = [CPColor colorWithCSSDictionary:@{
@"background-color": A3ColorBackground
}],