remove some empty rows

master
thyttan 2022-11-09 00:31:15 +01:00 committed by GitHub
parent 867a673302
commit 05a56ec67e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -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 )) {