1
0
Fork 0
mirror of https://github.com/kbumsik/VirtScreen.git synced 2025-03-09 15:40:18 +00:00
This commit is contained in:
Oscar Hermoso 2021-01-10 13:43:43 +08:00 committed by GitHub
commit 8c17892fd0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: {