mirror of
https://github.com/wekan/wekan.git
synced 2026-02-25 17:34:07 +01:00
make swimlane height adjustable
This commit is contained in:
parent
0ec9c4c37b
commit
26d2efdedb
8 changed files with 108 additions and 3 deletions
|
|
@ -87,7 +87,10 @@
|
|||
"add-card-to-bottom-of-list": "Add Card to Bottom of List",
|
||||
"set-list-width": "Set List Width",
|
||||
"set-list-width-value": "List Width (pixels)",
|
||||
"list-width-error-message": "List width must be a positive integer between 100 and 800. TODO(mark-i-m): hard-coded constants",
|
||||
"list-width-error-message": "List width must be a positive integer >=100. TODO(mark-i-m): hard-coded constants",
|
||||
"set-swimlane-height": "Set Swimlane Height",
|
||||
"set-swimlane-height-value": "Swimlane Height (pixels)",
|
||||
"swimlane-height-error-message": "Swimlane height must be a positive integer >=100. TODO(mark-i-m): hard-coded constants",
|
||||
"add-swimlane": "Add Swimlane",
|
||||
"add-subtask": "Add Subtask",
|
||||
"add-checklist": "Add Checklist",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue