From 56056f44e5b32cc158e356e604963989dfec965b Mon Sep 17 00:00:00 2001 From: TreZc0 Date: Sat, 13 Oct 2018 12:48:23 +0200 Subject: [PATCH] feat: Added clarification on Width units (#63) * Added clarification on Width units This should be sufficient to allow users to get an idea of the width units. A note could be added that these settings can easily be adjusted in the package.json afterwards. * Updated Equation for Dashboard Panel Width Better description --- generators/panel/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generators/panel/index.js b/generators/panel/index.js index 3372333..258c087 100644 --- a/generators/panel/index.js +++ b/generators/panel/index.js @@ -51,7 +51,7 @@ module.exports = class extends Generator { }, { type: 'input', name: 'width', - message: 'How many width units (1-8) should your panel be?', + message: 'How many width units (1-8) should your panel be? (Actual size in px: [144*n - 16] with n being the entered width unit)', default: 2, when(answers) { return !answers.fullbleed;