From 91d2dcbe46fa60a63edc056e69fbfe06f2bdea16 Mon Sep 17 00:00:00 2001 From: oscarhermoso Date: Sun, 10 Jan 2021 13:34:14 +0800 Subject: [PATCH] Raise screen resolution cap to 8k --- virtscreen/assets/DisplayPage.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/virtscreen/assets/DisplayPage.qml b/virtscreen/assets/DisplayPage.qml index 0bb8ba3..d3c1866 100644 --- a/virtscreen/assets/DisplayPage.qml +++ b/virtscreen/assets/DisplayPage.qml @@ -17,7 +17,7 @@ ColumnLayout { SpinBox { value: settings.virt.width from: 640 - to: 1920 + to: 8192 stepSize: 1 editable: true onValueModified: { @@ -31,7 +31,7 @@ ColumnLayout { SpinBox { value: settings.virt.height from: 360 - to: 1080 + to: 4320 stepSize : 1 editable: true onValueModified: {