Modify logo text color

pull/11/head
cutefishd 5 years ago
parent 72a54fcf93
commit 2abe931d82

@ -29,9 +29,9 @@ ItemPage {
Label {
Layout.alignment: Qt.AlignTop | Qt.AlignHCenter
text: "CutefishOS"
text: "<b>CutefishOS</b>"
font.pointSize: 24
font.bold: true
color: "#3385FF"
leftPadding: Meui.Units.largeSpacing * 2
rightPadding: Meui.Units.largeSpacing * 2
}

@ -78,6 +78,7 @@ ItemPage {
clip: true
model: background.backgrounds
currentIndex: -1
interactive: false
cellHeight: calcExtraSpacing(itemHeight, _view.height) + itemHeight
cellWidth: calcExtraSpacing(itemWidth, _view.width) + itemWidth

Loading…
Cancel
Save