mirror of
https://github.com/edubart/otclient.git
synced 2025-10-19 14:03:26 +02: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