use idiomatic image parameters for logo
This commit is contained in:
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
import QtQuick
|
import QtQuick
|
||||||
|
|
||||||
Image {
|
Image {
|
||||||
sourceSize.width: 70
|
width: 70
|
||||||
|
fillMode: Image.PreserveAspectFit
|
||||||
source: Theme.darkTheme ? "qrc:/live.flowy/imports/DesignSystem/logos/FLOWY-3.svg" : "qrc:/live.flowy/imports/DesignSystem/logos/FLOWY-5.svg"
|
source: Theme.darkTheme ? "qrc:/live.flowy/imports/DesignSystem/logos/FLOWY-3.svg" : "qrc:/live.flowy/imports/DesignSystem/logos/FLOWY-5.svg"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user