fix loam usage bar margins

liquid_container
Maikel de Vries 2016-03-22 22:12:36 +01:00
parent 7693276a48
commit bf1b65c8bd
1 changed files with 6 additions and 3 deletions

View File

@ -233,11 +233,14 @@ public func GetInventoryIconOverlay()
{
Bottom = "0.75em", Margin = ["0.1em", "0.25em"],
BackgroundColor = RGB(0, 0, 0),
inner =
margin =
{
Margin = "0.05em",
BackgroundColor = RGB(200, 150, 0),
Right = Format("%d%%", percentage),
bar =
{
BackgroundColor = RGB(200, 150, 0),
Right = Format("%d%%", percentage),
}
}
};