Skip to content

Commit

Permalink
explain magic numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
TymurGubayev authored Oct 2, 2023
1 parent 3846f1f commit d80af4f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion gui/job-details.lua
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,13 @@ DetailsHotkeyOverlay.ATTRS{
default_pos={x=0,y=0},
default_enabled=true,
viewscreens=focusStrings,
frame={w=1+6+2+(7)+1, h=3},
frame={w= 1 -- [
+ 6 -- Ctrl+d
+ 2 -- :_
+ (7) -- details
+ 1 -- ]
, h= 1
},
}

function DetailsHotkeyOverlay:init()
Expand Down

0 comments on commit d80af4f

Please sign in to comment.