Skip to content

Commit ac80996

Browse files
Tweak width of github link button (fixes #594) (#596)
1 parent d9be124 commit ac80996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Modules/Main.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -1210,7 +1210,7 @@ function main:OpenAboutPopup(helpSectionIndex)
12101210
end)
12111211
controls.version = new("LabelControl", nil, {0, 18, 0, 18}, "^7Path of Building Community Fork v"..launch.versionNumber)
12121212
controls.forum = new("LabelControl", nil, {0, 36, 0, 18}, "^7Based on Openarl's Path of Building")
1213-
controls.github = new("ButtonControl", nil, {0, 62, 438, 18}, "^7GitHub page: ^x4040FFhttps://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2", function(control)
1213+
controls.github = new("ButtonControl", nil, {0, 62, 480, 18}, "^7GitHub page: ^x4040FFhttps://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2", function(control)
12141214
OpenURL("https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2")
12151215
end)
12161216
controls.verLabel = new("ButtonControl", {"TOPLEFT", nil, "TOPLEFT"}, {10, 85, 100, 18}, "^7Version history:", function()

0 commit comments

Comments
 (0)