1
0
Fork 0

Add anti-aliasing 8x in Launcher

This commit is contained in:
PlayeRom 2022-01-12 02:19:50 +01:00 committed by James Turner
parent bda359558c
commit cef5dc6544

View file

@ -475,8 +475,8 @@ Item {
"This is especially noticeable on sloping or diagonal edges. " +
"Higher settings can reduce performance.")
keywords: ["msaa", "anti", "aliasing", "multi", "sample"]
choices: [qsTr("Off"), "2x", "4x"]
property var data: [0, 2, 4];
choices: [qsTr("Off"), "2x", "4x", "8x"]
property var data: [0, 2, 4, 8];
defaultIndex: 0
},