Fix developer settings leaving an empty space in menu when hidden
This commit is contained in:
parent
9b910e9f20
commit
4cf8a8a886
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user