Kaydet (Commit) 4ac0eff6 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Re-add change from 304cb6ab8fb159c883c42d2d42e82750fab4e4a7

Was accidentally reverted.

Change-Id: I1d62003cfab222664b7cf2053f640287910b2892
üst 92b973fa
......@@ -26,7 +26,7 @@ static UIWindow *theWindow;
(void) application;
(void) launchOptions;
CGRect bounds = [[UIScreen mainScreen] bounds];
CGRect bounds = [[UIScreen mainScreen] applicationFrame];
self.window = [[LOViewerWindow alloc] initWithFrame:bounds];
theWindow = self.window;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment