|
46 | 46 | Spectate = defclass(Spectate, widgets.Window) |
47 | 47 | Spectate.ATTRS { |
48 | 48 | frame_title='Spectate', |
49 | | - frame={l=5, t=5, w=36, h=40}, |
| 49 | + frame={l=5, t=5, w=36, h=41}, |
50 | 50 | } |
51 | 51 |
|
52 | 52 | local function create_toggle_button(frame, cfg_elem, hotkey, label, cfg_elem_key) |
@@ -242,9 +242,10 @@ function Spectate:init() |
242 | 242 | }, |
243 | 243 |
|
244 | 244 | 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), |
248 | 249 | } |
249 | 250 | end |
250 | 251 |
|
|
0 commit comments