Skip to content

fix: floor widget sizes so controls aren't cropped on macOS - #146

Merged
Osayi-ANL merged 2 commits into
mainfrom
issue/69
Aug 31, 2026
Merged

fix: floor widget sizes so controls aren't cropped on macOS#146
Osayi-ANL merged 2 commits into
mainfrom
issue/69

Conversation

@Osayi-ANL

Copy link
Copy Markdown
Collaborator

Closes #69.

Most of #69 is already handled, so this is one commit covering only the remainder.

Already addressed elsewhere

This PR

theme.qss

  • generic QComboBox { min-height: 28px } (none existed)
  • buttonCollapseAll / buttonExpandAll / buttonAddTopLevel: padding 1px4px 8px, min-height: 28px

workspace_2d.ui

  • sbVmin / sbVmax: minimumSize height 0 → 28 (main's width 80 kept)
  • btn_prev_frame / btn_next_frame: height 0 → 28, maximumSize width 30 → 36

Measured effect

Linux/Fusion, laid out: arrow buttons +6px width, combo +1px height, spinboxes unchanged — they already render at 29px, above the 28px floor #69 proposed. The width bump is the only change that clearly does something. macOS verification (step 5 of #69) still pending.

No version bump — 1.0.7 is claimed by the unmerged fix/intel-mac-torch.

@Osayi-ANL
Osayi-ANL requested a review from pecomyint August 28, 2026 20:34
@Osayi-ANL
Osayi-ANL merged commit 4b3f813 into main Aug 31, 2026
3 checks passed
@Osayi-ANL
Osayi-ANL deleted the issue/69 branch August 31, 2026 16:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix: widgets too small / cropped on macOS (workbench + workflow config)

2 participants