From c79b764f00b6f487e1bd2461ff815d6a86dc31dd Mon Sep 17 00:00:00 2001 From: Leon van Kammen Date: Thu, 24 Oct 2024 14:57:54 +0000 Subject: [PATCH] smaller codemirror so it fits on quest window --- com/codemirror.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/com/codemirror.js b/com/codemirror.js index 84ca833..845293f 100644 --- a/com/codemirror.js +++ b/com/codemirror.js @@ -4,8 +4,8 @@ AFRAME.registerComponent('codemirror', { schema: { file: { type:"string"}, term: { type:"selector", default: "[isoterminal]" }, - width: { type:"number", default:900}, - height: { type:"number", default:700}, + width: { type:"number", default:700}, + height: { type:"number", default:500}, }, init: function () {