diff --git a/src/core/BaseDialog.coffee b/src/core/BaseDialog.coffee index be54d4b..6863833 100644 --- a/src/core/BaseDialog.coffee +++ b/src/core/BaseDialog.coffee @@ -57,9 +57,9 @@ class BasicDialog extends BaseDialog html = " " html += "<#{v.tag} #{v.att} style = 'margin-left:5px; margin-right:5px;' data-id = 'content#{k}'>" for k,v of @conf.tags - html += "
" + html += "
" html += "" for k,v of @conf.buttons - html += "
" + html += "
" #render the html _GUI.htmlToScheme html, @, @host @@ -80,11 +80,11 @@ class PromptDialog extends BasicDialog constructor: () -> super "PromptDialog", { tags: [ - { tag: "afx-label", att: "data-height = '20'" }, - { tag: "input", att: "type = 'text'" } + { tag: "afx-label" }, + { tag: "input", att: "type = 'text' data-height='25'" } ], width: 200, - height: 100, + height: 120, resizable: false, buttons: [ { diff --git a/src/core/schemes/filedialog.html b/src/core/schemes/filedialog.html index 380f660..512c41d 100644 --- a/src/core/schemes/filedialog.html +++ b/src/core/schemes/filedialog.html @@ -4,7 +4,7 @@ -
+
diff --git a/src/core/tags/afx-list-view.tag b/src/core/tags/afx-list-view.tag index 93a3ac0..d97b131 100644 --- a/src/core/tags/afx-list-view.tag +++ b/src/core/tags/afx-list-view.tag @@ -1,16 +1,18 @@ - -
-
+ +
+
+
    +
  • + + +
      +
    • {ctn.text}
    • +
    +
  • +
-
    -
  • - - -
      -
    • {ctn.text}
    • -
    -
  • -
+
+