fix #I968O3
This commit is contained in:
parent
8f4b3f204c
commit
766f86b8d4
|
@ -0,0 +1,39 @@
|
||||||
|
From: guorongfei <guorongfei@cvte.com>
|
||||||
|
Date: Wed, 6 Mar 2024 12:39:53 +0800
|
||||||
|
Subject: fix #I968O3
|
||||||
|
|
||||||
|
---
|
||||||
|
qml/AppUI/FullScreenFooter.qml | 4 ++++
|
||||||
|
qml/AppUI/Sidebar.qml | 4 ++++
|
||||||
|
2 files changed, 8 insertions(+)
|
||||||
|
|
||||||
|
diff --git a/qml/AppUI/FullScreenFooter.qml b/qml/AppUI/FullScreenFooter.qml
|
||||||
|
index 6cc039c..e30e7e5 100644
|
||||||
|
--- a/qml/AppUI/FullScreenFooter.qml
|
||||||
|
+++ b/qml/AppUI/FullScreenFooter.qml
|
||||||
|
@@ -47,6 +47,10 @@ Row {
|
||||||
|
width: Math.floor(parent.width / 2)
|
||||||
|
height: width
|
||||||
|
source: powerButtonBase.icon
|
||||||
|
+ sourceSize.width: parent.width
|
||||||
|
+ sourceSize.height: parent.height
|
||||||
|
+ smooth:true
|
||||||
|
+ antialiasing: true
|
||||||
|
}
|
||||||
|
|
||||||
|
MouseArea {
|
||||||
|
diff --git a/qml/AppUI/Sidebar.qml b/qml/AppUI/Sidebar.qml
|
||||||
|
index e1357a4..cfa1d1e 100644
|
||||||
|
--- a/qml/AppUI/Sidebar.qml
|
||||||
|
+++ b/qml/AppUI/Sidebar.qml
|
||||||
|
@@ -187,6 +187,10 @@ Item {
|
||||||
|
width: 24
|
||||||
|
height: 24
|
||||||
|
source: powerButtonBase.icon
|
||||||
|
+ sourceSize.width: parent.width
|
||||||
|
+ sourceSize.height: parent.height
|
||||||
|
+ smooth:true
|
||||||
|
+ antialiasing: true
|
||||||
|
}
|
||||||
|
|
||||||
|
MouseArea {
|
|
@ -1 +1,2 @@
|
||||||
0001-fix.patch
|
0001-fix.patch
|
||||||
|
0002-fix-I968O3.patch
|
||||||
|
|
Loading…
Reference in New Issue