Fix typo in previous fix, reported by Math07

This commit is contained in:
Marianne Gagnon 2014-12-12 19:41:15 -05:00
parent ba990318d1
commit 91f6fbbb43

View File

@ -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")