fix(ui): rebalance Auth/Activity dock panel sizes (#190, #191) #242

Merged
forbes merged 1 commits from fix/panel-layout-balance into main 2026-02-15 15:52:17 +00:00
Owner

Use resizeDocks() to give Database Activity ~80% of the vertical space in the right dock area, keeping Database Auth compact at 120px.

The companion change in silo-mod (kindred/silo-mod#26) replaces the auth panel's layout.addStretch() with QSizePolicy.Maximum so it only takes the height its content needs.

Together these changes ensure the Activity panel dominates the right panel while the Auth status stays visible but compact.

Closes #190
Closes #191

Use `resizeDocks()` to give Database Activity ~80% of the vertical space in the right dock area, keeping Database Auth compact at 120px. The companion change in silo-mod (kindred/silo-mod#26) replaces the auth panel's `layout.addStretch()` with `QSizePolicy.Maximum` so it only takes the height its content needs. Together these changes ensure the Activity panel dominates the right panel while the Auth status stays visible but compact. Closes #190 Closes #191
forbes added 1 commit 2026-02-15 15:44:17 +00:00
fix(ui): rebalance Auth/Activity dock panel sizes
Some checks failed
Build and Test / build (pull_request) Has been cancelled
1dbeff7758
Use resizeDocks() to give Database Activity 80% of the vertical space
in the right dock area, keeping Database Auth compact at 120px.

Closes #190, Closes #191
forbes merged commit 6bb080773b into main 2026-02-15 15:52:17 +00:00
forbes deleted branch fix/panel-layout-balance 2026-02-15 15:52:18 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kindred/create#242