Watch
1
0
Fork
You've already forked souveraine
0

the card is the window's size through the whole pull

Two fixes to the same seam. columnLayout was still gated on
missionControlOpen, so a peek raised a panel whose contents were
invisible — the same line that had been left behind once before, with
its own comment saying so.

The card scaled 0.6 -> 1.0 while pose runs 1.0 -> 0.6 against the same
progress, so at the handoff the window was at 0.6 of the glass and the
card arrived near full-bleed. Same curve now, and the 26/12 inset is
gone: scale is the inset, and stacking both squashed the aspect because
the bottom label margin has no counterpart at the top.
This commit is contained in:
Fimeg 2026-08-07 08:52:58 -04:00
commit 72171accec
2 changed files with 21 additions and 16 deletions

View file

@ -311,7 +311,7 @@ Scope {
// landed and this was left behind, so the second-stage pill swipe
// raised a panel whose entire contents were invisible the cards
// were built, instantiated, and never shown.
visible: GlobalStates.overviewOpen || GlobalStates.missionControlOpen
visible: GlobalStates.overviewOpen || overviewScope.missionShown
anchors {
horizontalCenter: parent.horizontalCenter
top: parent.top