Removing history items border for AESTHETICS.

This commit is contained in:
Ad5001 2022-02-01 08:53:44 +01:00
parent 719d56127d
commit b51fe6ae84
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160

View file

@ -121,14 +121,6 @@ Button {
else
history.undoMultipleDefered(+idx+1)
}
Rectangle {
color: sysPalette. window
anchors.left: parent.left
anchors.right: parent.right
anchors.bottom: parent.bottom
height: 1
}
}