mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
feature(view) add minWidth, minHeight
This commit is contained in:
parent
250f489870
commit
435029fcac
1 changed files with 2 additions and 0 deletions
|
|
@ -28,6 +28,8 @@ var CloudCmd, Util, DOM, CloudFunc, $;
|
|||
autoSize : false,
|
||||
height : window.innerHeight,
|
||||
width : window.innerWidth/0.75,
|
||||
minWidth : 0,
|
||||
minHeight : 0,
|
||||
|
||||
helpers : {
|
||||
overlay : {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue