mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 16:57:31 +01:00
[apps/code] Cosmetic fixes on the variable box
This commit is contained in:
@@ -81,9 +81,9 @@ KDCoordinate VariableBoxController::rowHeight(int j) {
|
||||
if (cellType == k_itemCellType) {
|
||||
//TODO LEA if cellOrigin == Imported?
|
||||
if (scriptNodeAtIndex(j - cumulatedOriginsCount)->description() != nullptr) {
|
||||
return k_complexItemRowHeight;
|
||||
return ScriptNodeCell::k_complexItemHeight;
|
||||
}
|
||||
return k_simpleItemRowHeight;
|
||||
return ScriptNodeCell::k_simpleItemHeight;
|
||||
}
|
||||
assert(cellType == k_subtitleCellType);
|
||||
return k_subtitleRowHeight;
|
||||
|
||||
Reference in New Issue
Block a user