mirror of
https://github.com/kbumsik/VirtScreen.git
synced 2025-03-09 15:40:18 +00:00
Merge 91d2dcbe46
into 9637d62816
This commit is contained in:
commit
8c17892fd0
1 changed files with 2 additions and 2 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue