mirror of
https://github.com/edubart/otclient.git
synced 2025-11-07 13:56:22 +01:00
implement combobox and do some ui rework
This commit is contained in:
@@ -54,7 +54,7 @@ void UIVerticalLayout::update()
|
||||
if(m_alignBottom)
|
||||
std::reverse(widgets.begin(), widgets.end());
|
||||
|
||||
Point pos = (m_alignBottom) ? parentWidget->getRect().bottomLeft() : parentWidget->getPosition();
|
||||
Point pos = (m_alignBottom) ? parentWidget->getRect().bottomLeft() : parentWidget->getPos();
|
||||
int prefferedHeight = 0;
|
||||
int gap;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user