aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--components/DaemonConsole.qml8
1 files changed, 4 insertions, 4 deletions
diff --git a/components/DaemonConsole.qml b/components/DaemonConsole.qml
index 225b2dba..3efd024b 100644
--- a/components/DaemonConsole.qml
+++ b/components/DaemonConsole.qml
@@ -150,9 +150,9 @@ Window {
textArea.append(_timestamp + " " + _msg);
// scroll to bottom
- if(flickable.contentHeight > content.height){
- flickable.contentY = flickable.contentHeight + 20;
- }
+ //if(flickable.contentHeight > content.height){
+ // flickable.contentY = flickable.contentHeight + 20;
+ //}
}
}
@@ -213,4 +213,4 @@ Window {
color: "#2F2F2F"
z: 2
}
-} \ No newline at end of file
+}