mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-07 22:20:03 +00:00
## Summary Add missing `v-if="!compact"` guards to painter label divs so all labels are hidden consistently in compact mode. ## Changes - **What**: Added `v-if="!compact"` to the Color, Hardness, Width, Height, and Background label divs in `WidgetPainter.vue`, matching the existing guards on Tool and Size labels. ## Review Focus Straightforward consistency fix — all 7 label divs now use the same compact-mode guard. Fixes #9235 ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-9397-fix-hide-all-painter-labels-in-compact-mode-consistently-31a6d73d3650811a9d3af8dd290e2bca) by [Unito](https://www.unito.io)