Big fingers

Change-Id: I54b0515cb519fc395c0e24ea0809316ffec1a42f
This commit is contained in:
Felix Raimundo
2016-04-05 19:06:37 +02:00
committed by Félix Raimundo
parent c50125e631
commit e584bdf4b9

View File

@@ -30,7 +30,7 @@ KDSize HorizontalLayout::computeSize() {
KDSize size = (KDSize){.width = 0, .height = 0};
int i = 0;
KDCoordinate max_under_baseline = 0;
KDSize max_above_baseline = 0;
KDCoordinate max_above_baseline = 0;
while (ExpressionLayout * c = child(i++)) {
KDSize childSize = c->size();
size.width += childSize.width;