Skip to content

Commit

Permalink
* Fixed typo in options where height was labelled as y coordinate
Browse files Browse the repository at this point in the history
  • Loading branch information
harrand committed May 13, 2023
1 parent 15450b6 commit d56904c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hst_frame.lua
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ local function impl_hst_options_menu(panel)
hst.ui.main_frame:SetWidth(value)
end, 0, 500, w, "X Coordinate of the swing timer UI element")

local slider_h = make_slider(panel, "Y Position", 16, -216, function(ui, value)
local slider_h = make_slider(panel, "Height", 16, -216, function(ui, value)
hst.settings.swingh = value
hst.ui.main_frame:SetHeight(value)
end, 0, 500, h, "Y Coordinate of the swing timer UI element")
Expand Down

0 comments on commit d56904c

Please sign in to comment.