expand skills percent progress bar

This commit is contained in:
Eduardo Bart
2011-11-14 06:46:27 -02:00
parent 91572b4802
commit ff7f152522
4 changed files with 27 additions and 17 deletions

View File

@@ -56,6 +56,7 @@ void UIVerticalLayout::update()
for(const UIWidgetPtr& widget : widgets) {
if(!widget->isExplicitlyVisible())
continue;
Size size = widget->getSize();
pos.y += (m_alignBottom) ? -(widget->getMarginBottom()+widget->getHeight()) : widget->getMarginTop();
if(widget->isSizeFixed()) {