mirror of
https://github.com/kepler155c/opus
synced 2026-04-20 13:41:24 +00:00
better colors - resizing
This commit is contained in:
@@ -15,7 +15,7 @@ local gridColumns = {
|
||||
}
|
||||
|
||||
if UI.term.width >= 30 then
|
||||
table.insert(gridColumns, { heading = 'Fuel', key = 'fuel' })
|
||||
table.insert(gridColumns, { heading = 'Fuel', key = 'fuel', width = 5 })
|
||||
table.insert(gridColumns, { heading = 'Uptime', key = 'uptime' })
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user