Reference in New Issue
Block a user
Delete Branch "fix/panel-layout-balance"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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()withQSizePolicy.Maximumso 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