From 05a56ec67e2f54928d9b1f8eece7b7a2fa966ff7 Mon Sep 17 00:00:00 2001 From: thyttan <97237430+thyttan@users.noreply.github.com> Date: Wed, 9 Nov 2022 00:31:15 +0100 Subject: [PATCH] remove some empty rows --- apps/dragboard/lib.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/apps/dragboard/lib.js b/apps/dragboard/lib.js index 7f147b3e0..c43a37ab7 100644 --- a/apps/dragboard/lib.js +++ b/apps/dragboard/lib.js @@ -47,7 +47,6 @@ exports.input = function(options) { } function updateTopString() { - g.setColor(BGCOLOR); g.fillRect(0,4+20,176,13+20); g.setColor(0.2,0,0); @@ -69,7 +68,6 @@ exports.input = function(options) { var largeCharOffset = 6; function resetChars(char, HLPrev, typePadding, heightDivisor, rowColor) { - // Small character in list g.setColor(rowColor); g.setFont(SMALLFONT); @@ -82,7 +80,6 @@ exports.input = function(options) { // mark in the list } function showChars(char, HL, typePadding, heightDivisor) { - // mark in the list g.setColor(HLCOLOR); g.setFont(SMALLFONT); @@ -122,7 +119,6 @@ exports.input = function(options) { resolve(text); }, drag: function(event) { - // ABCDEFGHIJKLMNOPQRSTUVWXYZ // Choose character by draging along red rectangle at bottom of screen if (event.y >= ( (R.y+R.h) - 12 )) {