From 4d9f0a0adb339fed1d3ea50a846e48e392905b88 Mon Sep 17 00:00:00 2001 From: Filippo Scognamiglio Date: Thu, 17 Apr 2014 15:39:56 +0200 Subject: [PATCH] Fix: better screen curvature values. --- app/frames/BlackRoughFrame.qml | 2 +- app/frames/WhiteSimpleFrame.qml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/frames/BlackRoughFrame.qml b/app/frames/BlackRoughFrame.qml index 8c2fe6c..cf94007 100644 --- a/app/frames/BlackRoughFrame.qml +++ b/app/frames/BlackRoughFrame.qml @@ -18,7 +18,7 @@ TerminalFrame{ terminal.width + 30 * shadersettings.total_scaling, terminal.height + 30 * shadersettings.total_scaling) - distortionCoefficient: 1.8 + distortionCoefficient: 2.4 displacementLeft: 70.0 displacementTop: 55.0 diff --git a/app/frames/WhiteSimpleFrame.qml b/app/frames/WhiteSimpleFrame.qml index 9ff4fc3..14c654e 100644 --- a/app/frames/WhiteSimpleFrame.qml +++ b/app/frames/WhiteSimpleFrame.qml @@ -18,7 +18,7 @@ TerminalFrame{ terminal.width + 20 * shadersettings.total_scaling, terminal.height+ 10 * shadersettings.total_scaling) - distortionCoefficient: 1.3 + distortionCoefficient: 1.75 displacementLeft: 43.0 displacementTop: 40.0