Skip to content

Commit f9a6567

Browse files
authored
spectate.lua: add activity
1 parent 9043155 commit f9a6567

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

gui/spectate.lua

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ end
4646
Spectate = defclass(Spectate, widgets.Window)
4747
Spectate.ATTRS {
4848
frame_title='Spectate',
49-
frame={l=5, t=5, w=36, h=40},
49+
frame={l=5, t=5, w=36, h=41},
5050
}
5151

5252
local function create_toggle_button(frame, cfg_elem, hotkey, label, cfg_elem_key)
@@ -242,9 +242,10 @@ function Spectate:init()
242242
},
243243

244244
create_row({t=26}, 'Job', 'J', 'job', colFollow, colHover),
245-
create_row({t=27}, 'Name', 'N', 'name', colFollow, colHover),
246-
create_row({t=28}, 'Stress', 'S', 'stress', colFollow, colHover),
247-
create_stress_list({t=29}, colFollow, colHover),
245+
create_row({t=27}, 'Activity', 'A', 'activity', colFollow, colHover),
246+
create_row({t=28}, 'Name', 'N', 'name', colFollow, colHover),
247+
create_row({t=29}, 'Stress', 'S', 'stress', colFollow, colHover),
248+
create_stress_list({t=30}, colFollow, colHover),
248249
}
249250
end
250251

0 commit comments

Comments
 (0)