Skip to content

Commit 935a4a7

Browse files
authored
Widened dropdown to properly display ascendancy class names (#680)
1 parent 592a42c commit 935a4a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Modules/Build.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ function buildMode:Init(dbFileName, buildName, buildXML, convertBuild, importLin
239239
end
240240
end
241241
end)
242-
self.controls.ascendDrop = new("DropDownControl", {"LEFT",self.controls.classDrop,"RIGHT"}, {8, 0, 120, 20}, nil, function(index, value)
242+
self.controls.ascendDrop = new("DropDownControl", {"LEFT",self.controls.classDrop,"RIGHT"}, {8, 0, 150, 20}, nil, function(index, value)
243243
self.spec:SelectAscendClass(value.ascendClassId)
244244
self.spec:AddUndoState()
245245
self.spec:SetWindowTitleWithBuildClass()

0 commit comments

Comments
 (0)