diff --git a/release-content/release-notes/automatic_scrollbar_space_allocation.md b/release-content/release-notes/automatic_scrollbar_space_allocation.md new file mode 100644 index 0000000000..9430281a1b --- /dev/null +++ b/release-content/release-notes/automatic_scrollbar_space_allocation.md @@ -0,0 +1,7 @@ +--- +title: Automatically allocate space for scrollbars +authors: ["@ickshonpe"] +pull_requests: [20093] +--- + +`Node` has a new field `scrollbar_width`. If `OverflowAxis::Scroll` is set for a UI Node's axis, a space for a scrollbars of width `scrollbar_width` will automatically be left in the layout. diff --git a/release-content/release-notes/improved_scrollbars_support.md b/release-content/release-notes/improved_scrollbars_support.md deleted file mode 100644 index 2730d1d883..0000000000 --- a/release-content/release-notes/improved_scrollbars_support.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Improved scrollbar support -authors: ["@ickshonpe"] -pull_requests: [] ----