diff --git a/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/History/HistoryItem.qml b/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/History/HistoryItem.qml index b5d67d1..7a1ac60 100644 --- a/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/History/HistoryItem.qml +++ b/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/History/HistoryItem.qml @@ -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 - } }