Added top-border for titlebar

This commit is contained in:
Sander Ferdinand 2017-11-13 00:20:54 +01:00 committed by moneromooo-monero
parent ed95c4f4bf
commit f6dc84a26a

View file

@ -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 // new ToolTip