pull/11/head
cutefishd 5 years ago
parent 1b74fb26b6
commit ae8418081f

@ -97,6 +97,7 @@ ItemPage {
height: dimsTipsLabel.height
Layout.alignment: Qt.AlignVCenter | Qt.AlignRight
onCheckedChanged: appearance.setDimsWallpaper(checked)
rightPadding: 0
}
}
}

@ -17,6 +17,9 @@ Rectangle {
ColumnLayout {
id: _mainLayout
anchors.fill: parent
anchors.margins: FishUI.Units.largeSpacing * 1.5
anchors.leftMargin: FishUI.Units.largeSpacing * 1.5
anchors.rightMargin: FishUI.Units.largeSpacing * 1.5
anchors.topMargin: FishUI.Units.largeSpacing
anchors.bottomMargin: FishUI.Units.largeSpacing
}
}

Loading…
Cancel
Save