diff options
| -rw-r--r-- | main.qml | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |
