mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-19 05:40:38 +01:00
Big fingers
Change-Id: I54b0515cb519fc395c0e24ea0809316ffec1a42f
This commit is contained in:
committed by
Félix Raimundo
parent
c50125e631
commit
e584bdf4b9
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user