From 498696466c8deacf7070a5fbd769314bed821390 Mon Sep 17 00:00:00 2001 From: ickshonpe Date: Sat, 12 Jul 2025 00:12:19 +0100 Subject: [PATCH] Updated release note. --- .../release-notes/automatic_scrollbar_space_allocation.md | 7 +++++++ .../release-notes/improved_scrollbars_support.md | 5 ----- 2 files changed, 7 insertions(+), 5 deletions(-) create mode 100644 release-content/release-notes/automatic_scrollbar_space_allocation.md delete mode 100644 release-content/release-notes/improved_scrollbars_support.md 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: [] ----