mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-26 17:20:53 +01:00
[kandinsky] Replace KDText::stringSize(" ") by KDText::charSize()
Change-Id: Ie962d7784b54ff41431d21f64d9af0887a86f9b7
This commit is contained in:
@@ -67,7 +67,7 @@ KDCoordinate ListController::rowHeight(int j) {
|
||||
return defaultHeight;
|
||||
}
|
||||
KDCoordinate sequenceSize = layout->size().height();
|
||||
return sequenceSize + defaultHeight - KDText::stringSize(" ").height();
|
||||
return sequenceSize + defaultHeight - KDText::charSize().height();
|
||||
}
|
||||
|
||||
void ListController::willDisplayCellAtLocation(HighlightCell * cell, int i, int j) {
|
||||
|
||||
Reference in New Issue
Block a user