Fix typo in previous fix, reported by Math07
This commit is contained in:
parent
ba990318d1
commit
91f6fbbb43
@ -248,7 +248,7 @@ void LayoutManager::readCoords(Widget* self)
|
||||
child_max_height += padding * 2;
|
||||
total_height += padding * 2;
|
||||
total_width += padding * 2;
|
||||
child_max_width = padding * 2;
|
||||
child_max_width += padding * 2;
|
||||
}
|
||||
|
||||
if (self->m_properties[PROP_WIDTH] == "fit")
|
||||
|
Loading…
Reference in New Issue
Block a user