Merge pull request #403 from argonui/token-arranger
Token Arranger: Bugfix for label clipping into table when viewed from above
This commit is contained in:
commit
7f34769ba0
@ -233,7 +233,7 @@ end
|
||||
|
||||
-- creates buttons as labels as display for percentage values
|
||||
function createPercentageButton(tokenCount, valueCount, tokenName)
|
||||
local startPos = Vector(2.3, -0.05, 0.875 * valueCount)
|
||||
local startPos = Vector(2.3, -0.04, 0.875 * valueCount)
|
||||
|
||||
if percentage == "cumulative" then
|
||||
percentageLabel.scale = { 1.5, 1.5, 1.5 }
|
||||
|
Loading…
Reference in New Issue
Block a user