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 {
|
Pane {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Material.elevation: layout.isGrid ? 1 : 0
|
Material.elevation: layout.isGrid ? 1 : 0
|
||||||
|
visible: settings.showHiddenOptions
|
||||||
padding: 0
|
padding: 0
|
||||||
MeaListItemDelegate {
|
MeaListItemDelegate {
|
||||||
width: parent.width
|
width: parent.width
|
||||||
visible: settings.showHiddenOptions
|
|
||||||
text: qsTr("Developer options")
|
text: qsTr("Developer options")
|
||||||
subText: qsTr("Yeehaaa!")
|
subText: qsTr("Yeehaaa!")
|
||||||
iconName: "../images/sdk.svg"
|
iconName: "../images/sdk.svg"
|
||||||
|
|||||||
Reference in New Issue
Block a user