diff --git a/Modules/Bars/Bars.lua b/Modules/Bars/Bars.lua
index 1fd02c6..449cafb 100644
--- a/Modules/Bars/Bars.lua
+++ b/Modules/Bars/Bars.lua
@@ -68,7 +68,7 @@ else
end
]],
height = 6,
- width = 6,
+ width = 0,
points = {{"BOTTOM", "GameTooltip", "TOP", 0, 0}, {"LEFT", "GameTooltip", "LEFT", 5, 0}, {"RIGHT", "GameTooltip", "RIGHT", -5, 0}},
texture1 = LSM:GetDefault("statusbar"),
enabled = true,
@@ -88,7 +88,7 @@ return UnitMana(unit)
return PowerColor(nil, unit)
]],
height = 6,
- width = 6,
+ width = 0,
points = {{"TOP", "GameTooltip", "BOTTOM", 0, 0}, {"LEFT", "GameTooltip", "LEFT", 5, 0}, {"RIGHT", "GameTooltip", "RIGHT", -5, 0}},
texture1 = LSM:GetDefault("statusbar"),
enabled = true,