Skip to content

Commit

Permalink
feat: Added clarification on Width units (#63)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
TreZc0 authored and Keiichiro Amemiya committed Oct 13, 2018
1 parent 79816d7 commit 56056f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/panel/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 56056f4

Please sign in to comment.