Skip to content

Commit

Permalink
JSON Table height
Browse files Browse the repository at this point in the history
  • Loading branch information
Standarduser committed Dec 3, 2024
1 parent 9f7b23f commit cf61efa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ The widgets are designed for VIS 1.x.

* Added option to show icons colored on tiles and radio
* Added new styles "big", "small" and "only icon" for all tiles
* JSON Table: set no fixed height (min-hight is now 32px)

### 0.3.1 (2024-07-12)

Expand Down
2 changes: 1 addition & 1 deletion widgets/vis-homekittiles.html
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@
textalignHead[aligncenter]/select,aligncontent,alignleft,aligncenter,alignright;
textalignCol(1-numberOfCols)[alignleft]/select,alignleft,aligncenter,alignright;"
>
<div class="homekitTiles jsonTable vis-widget <%== this.data.attr('class') %>" id="<%= this.data.attr('wid') %>" style="width: 800px; height: 200px;">
<div class="homekitTiles jsonTable vis-widget <%== this.data.attr('class') %>" id="<%= this.data.attr('wid') %>" style="width: 800px; min-height: 32px;">
<% vis.binds['vis-homekittiles'].jsonTableCreateTable(this.view, this.data.attr('wid'), this.data); %>
</div>
</script>
Expand Down

0 comments on commit cf61efa

Please sign in to comment.