diff --git a/debian/patches/0002-fix-I968O3.patch b/debian/patches/0002-fix-I968O3.patch new file mode 100644 index 0000000..d16ba73 --- /dev/null +++ b/debian/patches/0002-fix-I968O3.patch @@ -0,0 +1,39 @@ +From: guorongfei +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 { diff --git a/debian/patches/series b/debian/patches/series index bf09104..73d0e86 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ 0001-fix.patch +0002-fix-I968O3.patch