Compare commits
2 Commits
21da9e75fc
...
6d5e0ac614
| Author | SHA1 | Date | |
|---|---|---|---|
| 6d5e0ac614 | |||
| 02554d523d |
@@ -1097,6 +1097,10 @@ void RenderContactsTab(App* app)
|
||||
}
|
||||
ImGui::EndTable();
|
||||
}
|
||||
// Land the cursor at the glass-panel bottom (tpMin.y + listH) so the count footer lines up
|
||||
// with the Cards/List views. The table is inset by tVpad and its outer_size is listH-2*tVpad,
|
||||
// so it would otherwise end tVpad higher and pull the footer up.
|
||||
ImGui::SetCursorScreenPos(ImVec2(tpMin.x, tpMin.y + listH));
|
||||
} else {
|
||||
// ── CARDS (0) / LIST (1) mode — tactile Material items, no grid lines. ──
|
||||
const bool asCard = (viewMode == 0);
|
||||
|
||||
Reference in New Issue
Block a user