From 35ffbe91a7032fbe242d069255e6e189fb80d9f5 Mon Sep 17 00:00:00 2001 From: Filippo Scognamiglio Date: Wed, 25 Dec 2013 19:11:00 +0100 Subject: [PATCH] Reduced opacity of flash and changed default settings --- qml/cool-old-term/ShaderSettings.qml | 2 +- qml/cool-old-term/TerminalScreen.qml | 2 +- qml/cool-old-term/main.qml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/qml/cool-old-term/ShaderSettings.qml b/qml/cool-old-term/ShaderSettings.qml index 28aa6b5..a08893b 100644 --- a/qml/cool-old-term/ShaderSettings.qml +++ b/qml/cool-old-term/ShaderSettings.qml @@ -8,7 +8,7 @@ Item{ property real brightness_flickering: 0.2 property real noise_strength: 0.1 - property real screen_distortion: 0.0 + property real screen_distortion: 0.15 property real glowing_line_strength: 0.4 //property real faulty_screen_prob: 1.0 diff --git a/qml/cool-old-term/TerminalScreen.qml b/qml/cool-old-term/TerminalScreen.qml index 3aa8fe3..b5503ea 100644 --- a/qml/cool-old-term/TerminalScreen.qml +++ b/qml/cool-old-term/TerminalScreen.qml @@ -134,7 +134,7 @@ TerminalScreen { NumberAnimation { target: flash property: "opacity" - to: 1 + to: 0.5 duration: 75 } NumberAnimation { diff --git a/qml/cool-old-term/main.qml b/qml/cool-old-term/main.qml index d2791e0..2499ae9 100644 --- a/qml/cool-old-term/main.qml +++ b/qml/cool-old-term/main.qml @@ -196,7 +196,7 @@ ApplicationWindow{ id: frame anchors.fill: parent z: 2.1 - source: "./frames/NoFrame.qml" + source: "./frames/WhiteSimpleFrame.qml" } TerminalScreen {