Some fixes in the settings page
This commit is contained in:
parent
9502f58d3f
commit
46dc3fee96
@ -15,7 +15,7 @@ Page {
|
|||||||
|
|
||||||
Flickable {
|
Flickable {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
contentHeight: layout.implicitHeight
|
contentHeight: layout.implicitHeight + (layout.isGrid ? app.margins * 2 : 0)
|
||||||
|
|
||||||
GridLayout {
|
GridLayout {
|
||||||
id: layout
|
id: layout
|
||||||
@ -158,7 +158,7 @@ Page {
|
|||||||
Pane {
|
Pane {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Material.elevation: layout.isGrid ? 1 : 0
|
Material.elevation: layout.isGrid ? 1 : 0
|
||||||
visible: engine.jsonRpcClient.ensureServerVersion("2.1")
|
visible: engine.jsonRpcClient.ensureServerVersion("2.1") && engine.systemController.updateManagementAvailable
|
||||||
|
|
||||||
padding: 0
|
padding: 0
|
||||||
MeaListItemDelegate {
|
MeaListItemDelegate {
|
||||||
|
|||||||
Reference in New Issue
Block a user