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:
parent
9637d62816
commit
91d2dcbe46
1 changed files with 2 additions and 2 deletions
|
@ -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: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue