Fix developer settings leaving an empty space in menu when hidden

This commit is contained in:
Michael Zanetti 2019-04-01 11:29:24 +02:00
parent 9b910e9f20
commit 4cf8a8a886

View File

@ -57,10 +57,10 @@ Page {
Pane {
Layout.fillWidth: true
Material.elevation: layout.isGrid ? 1 : 0
visible: settings.showHiddenOptions
padding: 0
MeaListItemDelegate {
width: parent.width
visible: settings.showHiddenOptions
text: qsTr("Developer options")
subText: qsTr("Yeehaaa!")
iconName: "../images/sdk.svg"