Add anti-aliasing 8x in Launcher
This commit is contained in:
parent
bda359558c
commit
cef5dc6544
1 changed files with 2 additions and 2 deletions
|
@ -475,8 +475,8 @@ Item {
|
||||||
"This is especially noticeable on sloping or diagonal edges. " +
|
"This is especially noticeable on sloping or diagonal edges. " +
|
||||||
"Higher settings can reduce performance.")
|
"Higher settings can reduce performance.")
|
||||||
keywords: ["msaa", "anti", "aliasing", "multi", "sample"]
|
keywords: ["msaa", "anti", "aliasing", "multi", "sample"]
|
||||||
choices: [qsTr("Off"), "2x", "4x"]
|
choices: [qsTr("Off"), "2x", "4x", "8x"]
|
||||||
property var data: [0, 2, 4];
|
property var data: [0, 2, 4, 8];
|
||||||
defaultIndex: 0
|
defaultIndex: 0
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue