From 83a0b77f1f439884747e2e108dd66858d3e04259 Mon Sep 17 00:00:00 2001 From: Andrew Gundersen Date: Fri, 5 Mar 2021 09:44:07 -0600 Subject: [PATCH] inputItem starting position --- crash.log | 2 ++ src/components/inputItem.vue | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/crash.log b/crash.log index 787cc3a..3d7e5c0 100644 --- a/crash.log +++ b/crash.log @@ -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 diff --git a/src/components/inputItem.vue b/src/components/inputItem.vue index 9181989..4ea943f 100644 --- a/src/components/inputItem.vue +++ b/src/components/inputItem.vue @@ -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, -- 2.43.0