mirror of
https://github.com/edubart/otclient.git
synced 2025-11-07 13:56:22 +01:00
expand skills percent progress bar
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user