label clipping into table bugfix
This commit is contained in:
parent
e3403538fa
commit
607183e24d
@ -233,7 +233,7 @@ end
|
|||||||
|
|
||||||
-- creates buttons as labels as display for percentage values
|
-- creates buttons as labels as display for percentage values
|
||||||
function createPercentageButton(tokenCount, valueCount, tokenName)
|
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
|
if percentage == "cumulative" then
|
||||||
percentageLabel.scale = { 1.5, 1.5, 1.5 }
|
percentageLabel.scale = { 1.5, 1.5, 1.5 }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user