inputItem starting position
This commit is contained in:
parent
b5c285aeb4
commit
83a0b77f1f
2 changed files with 4 additions and 2 deletions
|
|
@ -41,3 +41,5 @@ PID 60328 received SIGSEGV for address: 0x7f900fab4000
|
|||
10 CoreAudio 0x00007fff22129f2a _ZN13HALB_IOThread5EntryEPv + 72
|
||||
11 libsystem_pthread.dylib 0x00007fff205fb950 _pthread_start + 224
|
||||
12 libsystem_pthread.dylib 0x00007fff205f747b thread_start + 15
|
||||
PID 65740 received SIGSEGV for address: 0x7fbddef00000
|
||||
0 segfault-handler.node 0x0000000116e6ae60 _ZL16segfault_handleriP9__siginfoPv + 304
|
||||
|
|
|
|||
|
|
@ -100,8 +100,8 @@ export default defineComponent({
|
|||
});
|
||||
|
||||
// Initialize the coordinants.
|
||||
inputItemX.value = 200
|
||||
inputItemY.value = 200
|
||||
inputItemX.value = 600 - 38 - 20
|
||||
inputItemY.value = 500 - 38 - 20
|
||||
|
||||
return {
|
||||
inputItemX,
|
||||
|
|
|
|||
Loading…
Reference in a new issue