1
0
forked from noxious/client

Smaller GmTools modal height

This commit is contained in:
Dennis Postma 2024-10-17 18:41:14 +02:00
parent 3902c611fa
commit e61b705031

View File

@ -20,7 +20,7 @@ import { onMounted, ref } from 'vue'
const zoneEditorStore = useZoneEditorStore() const zoneEditorStore = useZoneEditorStore()
const gameStore = useGameStore() const gameStore = useGameStore()
const modalWidth = ref(200) const modalWidth = ref(200)
const modalHeight = ref(180) const modalHeight = ref(170)
let posXY = ref({ x: 0, y: 0 }) let posXY = ref({ x: 0, y: 0 })