Index: sources/gui/qml/components/GridSelection.qml =================================================================== diff -u -rb62ab443e75b76a91e35aca6ba2efd84e7199602 -reefe8acbe5b10deb379c5e4ceabeaa95d429410e --- sources/gui/qml/components/GridSelection.qml (.../GridSelection.qml) (revision b62ab443e75b76a91e35aca6ba2efd84e7199602) +++ sources/gui/qml/components/GridSelection.qml (.../GridSelection.qml) (revision eefe8acbe5b10deb379c5e4ceabeaa95d429410e) @@ -15,7 +15,6 @@ // Qt import QtQuick 2.12 -import QtQuick.Layouts 1.12 // Project @@ -69,7 +68,7 @@ color: Colors.textMain; } - GridLayout { + Grid { id: _grid anchors.top: _text.bottom anchors.topMargin: Variables.sliderTextMargin