rename justify property to align

This commit is contained in:
kepler155c@gmail.com
2019-02-27 17:15:44 -05:00
parent 5af2bb1e91
commit 177533b760
11 changed files with 78 additions and 55 deletions

View File

@@ -100,7 +100,7 @@ local page = UI.Page {
y = 2, ey = -2,
sortColumn = 'name',
columns = {
{ heading = 'Count', key = 'count', width = 5, justify = 'right' },
{ heading = 'Count', key = 'count', width = 5, align = 'right' },
{ heading = 'Resource', key = 'displayName' },
},
},