Skip to content

Commit

Permalink
Merge pull request #43 from Xurdejl/fix/title-cut-off
Browse files Browse the repository at this point in the history
fix: title being cut off at the bottom
  • Loading branch information
cyl0 authored Jan 12, 2023
2 parents 39c8f06 + feca458 commit d053ea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modernx.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1344,7 +1344,7 @@ layouts = function ()
lo = add_layout('title')
lo.geometry = geo
lo.style = string.format('%s{\\clip(%f,%f,%f,%f)}', osc_styles.Title,
geo.x, geo.y - geo.h, geo.x + geo.w , geo.y)
geo.x, geo.y - geo.h, geo.x + geo.w , geo.y + 5)
lo.alpha[3] = 0
lo.button.maxchars = geo.w / 23
end
Expand Down

0 comments on commit d053ea6

Please sign in to comment.