Skip to content

Commit 1f4ab55

Browse files
committed
fix: reduced windowbar shadow
1 parent ba68563 commit 1f4ab55

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Config.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
// https://developer.apple.com/documentation/xcode/adding-a-build-configuration-file-to-your-project
1010

1111
VERSION = 0.9.0
12-
BUILD_NUMBER = 20260224.59.US.seanistethered
12+
BUILD_NUMBER = 20260224.61.US.seanistethered

Nyxian/LindChain/Multitask/WindowServer/Window/LDEWindow.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ - (void)setupDecoratedView:(CGRect)dimensions
234234

235235
self.view.layer.shadowColor = UIColor.blackColor.CGColor;
236236
self.view.layer.shadowOpacity = 1.0;
237-
self.view.layer.shadowRadius = 6;
237+
self.view.layer.shadowRadius = 12;
238238
self.view.layer.shadowOffset = CGSizeMake(0, 0);
239239

240240
self.contentStack = [UIStackView new];

0 commit comments

Comments
 (0)