fix(ui): match origin dropdown height to workbench dropdown (#231) #233

Merged
forbes merged 2 commits from fix/origin-dropdown-height into main 2026-02-15 01:21:57 +00:00

2 Commits

Author SHA1 Message Date
645e1b4607 Merge branch 'main' into fix/origin-dropdown-height
Some checks failed
Build and Test / build (pull_request) Has been cancelled
2026-02-15 01:21:40 +00:00
forbes
79501bd5ca fix(ui): match origin dropdown height to workbench dropdown (#231)
Some checks failed
Build and Test / build (pull_request) Has been cancelled
Add min-height: 20px to OriginSelectorWidget in KindredCreate.qss so it
renders at the same visual height as the WorkbenchComboBox. The two
widgets use different Qt base classes (QToolButton vs QComboBox) with
different intrinsic size hints, causing a height mismatch in the toolbar.
2026-02-14 19:15:51 -06:00