Update logo

pull/28/head
reionwong 5 years ago
parent 089979952d
commit 7bfd79a2ea

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

@ -55,13 +55,23 @@ ItemPage {
height: FishUI.Units.smallSpacing
}
Label {
Layout.alignment: Qt.AlignTop | Qt.AlignHCenter
text: about.isCutefishOS ? "<b>CutefishOS</b>" : "<b>Cutefish</b>"
font.pointSize: 22
color: "#3385FF"
leftPadding: FishUI.Units.largeSpacing * 2
rightPadding: FishUI.Units.largeSpacing * 2
// Label {
// Layout.alignment: Qt.AlignTop | Qt.AlignHCenter
// text: about.isCutefishOS ? "<b>CutefishOS</b>" : "<b>Cutefish</b>"
// font.pointSize: 22
// color: "#3385FF"
// leftPadding: FishUI.Units.largeSpacing * 2
// rightPadding: FishUI.Units.largeSpacing * 2
// }
Image {
Layout.preferredWidth: 167
Layout.preferredHeight: 26
sourceSize: Qt.size(500, 76)
source: "qrc:/images/logo.png"
Layout.alignment: Qt.AlignHCenter
visible: about.isCutefishOS
asynchronous: true
}
Label {

@ -118,5 +118,6 @@
<file>qml/Update/Main.qml</file>
<file>qml/Touchpad/Main.qml</file>
<file>images/sidebar/dark/touchpad.svg</file>
<file>images/logo.png</file>
</qresource>
</RCC>

Loading…
Cancel
Save