mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-20 09:17:23 +01:00
[escher] Fix stack view title layout: re-add a grey line below stack
titles
This commit is contained in:
@@ -43,7 +43,7 @@ void StackViewController::ControllerView::layoutSubviews() {
|
||||
}
|
||||
}
|
||||
if (m_contentView) {
|
||||
bool separatorHeight = m_numberOfStacks > 1;
|
||||
KDCoordinate separatorHeight = m_numberOfStacks > 0 ? 1 : 0;
|
||||
KDRect contentViewFrame = KDRect( 0,
|
||||
m_displayStackHeaders * (m_numberOfStacks * k_stackHeight + separatorHeight),
|
||||
width,
|
||||
|
||||
Reference in New Issue
Block a user