aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.qml9
1 files changed, 9 insertions, 0 deletions
diff --git a/main.qml b/main.qml
index f8c6af06..3b57a523 100644
--- a/main.qml
+++ b/main.qml
@@ -1533,6 +1533,15 @@ ApplicationWindow {
}
}
}
+
+ Rectangle {
+ anchors.bottom: parent.bottom
+ anchors.right: parent.right
+ anchors.left: parent.left
+ height:1
+ color: "#2F2F2F"
+ z: 2
+ }
}
// new ToolTip