1
0
Fork 0
mirror of https://github.com/kbumsik/VirtScreen.git synced 2025-03-09 15:40:18 +00:00

Raise screen resolution cap to 8k

This commit is contained in:
oscarhermoso 2021-01-10 13:34:14 +08:00
parent 9637d62816
commit 91d2dcbe46

View file

@ -17,7 +17,7 @@ ColumnLayout {
SpinBox { SpinBox {
value: settings.virt.width value: settings.virt.width
from: 640 from: 640
to: 1920 to: 8192
stepSize: 1 stepSize: 1
editable: true editable: true
onValueModified: { onValueModified: {
@ -31,7 +31,7 @@ ColumnLayout {
SpinBox { SpinBox {
value: settings.virt.height value: settings.virt.height
from: 360 from: 360
to: 1080 to: 4320
stepSize : 1 stepSize : 1
editable: true editable: true
onValueModified: { onValueModified: {