aboutsummaryrefslogtreecommitdiffstats
path: root/sysui
diff options
context:
space:
mode:
authorAleksei Korkov <akorkov@luxoft.com>2020-04-01 11:51:00 +0300
committerAleksei Korkov <akorkov@luxoft.com>2020-04-16 09:10:01 +0000
commitd7535df65de7dbdbec74abd7105171cf897ca499 (patch)
tree6b2b028057fa4282ca48749663cfd60e7f61981e /sysui
parent4379d359a4f104b4aecdf66d76ee2ac5c9118275 (diff)
[sysui] change Luxoft logo
Fixes: AUTOSUITE-1478 Change-Id: I4c972745332b79a4fdeb26dc200b078e107a3b8e Reviewed-by: Grigorii Zimin <gzimin@luxoft.com> Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>
Diffstat (limited to 'sysui')
-rw-r--r--sysui/centerconsole/+lucee/CenterConsole.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysui/centerconsole/+lucee/CenterConsole.qml b/sysui/centerconsole/+lucee/CenterConsole.qml
index 0303a410..7c943bc6 100644
--- a/sysui/centerconsole/+lucee/CenterConsole.qml
+++ b/sysui/centerconsole/+lucee/CenterConsole.qml
@@ -54,10 +54,10 @@ AbstractCenterConsole {
id: luxoftIcon
anchors.centerIn: bottomBar
source: Style.image("luxoft-footer")
+ fillMode: Image.PreserveAspectFit
+ width: root.width / 6
MouseArea {
anchors.fill: parent
- anchors.topMargin: - Sizes.dp(10)
- anchors.bottomMargin: - Sizes.dp(10)
onClicked: about.open()
}
}