mirror of
https://github.com/zed-industries/zed.git
synced 2026-06-01 03:14:56 +07:00
The Skill Creator window previously couldn't be resized — its minimum size was set to the same dimensions as its initial size, so users couldn't make it smaller or shorter. Its contents also didn't scroll, so on smaller windows the Skill Content editor would be squeezed below its usable size. This change: - Lowers the window's minimum size to 500×420 so it can be resized in both directions. - Wraps the form body in a scrollable container with a vertical scrollbar. - Replaces `flex_1 + min_h_0` on the form fields and Skill Content wrapper with `flex_grow + flex_shrink_0`. Combined with the existing `min_h(160)` on the body editor, this means: - When there's extra vertical space, the Skill Content editor grows to fill it. - When the window is short, the form keeps its content at natural size and the outer container scrolls instead of crushing the editor. Closes AI-315 Release Notes: - Made the Skill Creator window resizable and its contents scrollable when the window is smaller than the form. |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
| LICENSE-GPL | ||