resizing now works properly

This commit is contained in:
kepler155c@gmail.com
2017-09-29 22:30:01 -04:00
parent 9cb7180f10
commit 5681b01810
7 changed files with 226 additions and 239 deletions

View File

@@ -17,7 +17,7 @@ local page = UI.Page {
grid = UI.ScrollingGrid {
y = 2,
columns = {
{ heading = 'ID', key = 'tabId' },
{ heading = 'ID', key = 'tabId', width = 4 },
{ heading = 'Title', key = 'title' },
{ heading = 'Status', key = 'status' },
{ heading = 'Time', key = 'timestamp' },