We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba68563 commit 1f4ab55Copy full SHA for 1f4ab55
Config.xcconfig
@@ -9,4 +9,4 @@
9
// https://developer.apple.com/documentation/xcode/adding-a-build-configuration-file-to-your-project
10
11
VERSION = 0.9.0
12
-BUILD_NUMBER = 20260224.59.US.seanistethered
+BUILD_NUMBER = 20260224.61.US.seanistethered
Nyxian/LindChain/Multitask/WindowServer/Window/LDEWindow.m
@@ -234,7 +234,7 @@ - (void)setupDecoratedView:(CGRect)dimensions
234
235
self.view.layer.shadowColor = UIColor.blackColor.CGColor;
236
self.view.layer.shadowOpacity = 1.0;
237
- self.view.layer.shadowRadius = 6;
+ self.view.layer.shadowRadius = 12;
238
self.view.layer.shadowOffset = CGSizeMake(0, 0);
239
240
self.contentStack = [UIStackView new];
0 commit comments