Description: Expanding the event customization dialog vertically does not expand the event list. Steps to Reproduce: 1. Open Start Center. 2. Menu - Tools > Customize... > Select Events tab 3. Expand the dialog up or down with the mouse. Actual Results: 4. The list of events does not expand and the bottom margin expands. Expected Results: 4. The list of events expands vertically. Reproducible: Always User Profile Reset: No Additional Info: The list part seems to expand in other tabs, but it doesn't seem to do so in the Events tab. Reproducible with Version: 7.3.7.2 (x64) / LibreOffice Community Build ID: e114eadc50a9ff8d8c8a0567d6da8f454beeb84f CPU threads: 4; OS: Windows 10.0 Build 19045; UI render: Skia/Raster; VCL: win Locale: ja-JP (ja_JP); UI: ja-JP Calc: threaded Reproducible with Version: 25.8.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: f98d81f008e11fd2786597d82126a6287353c714 CPU threads: 4; OS: Windows 10 X86_64 (build 19045); UI render: Skia/Raster; VCL: win Locale: en-US (ja_JP); UI: en-US Calc: CL threaded
STR, confirmed. Seems more an issue with UI of the eventassignpage.ui GtkGrid The tree list of available events seems to be a fixed count ~20. A scroll bar is provided to expose additional events to assign a macro, so no missing actions. But a resize of the dialog frame does not result in more event items being shown, leaving a blank area in the dialog--feels like it shouldn't, and maybe the tree list should expand? Version: 25.8.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: e4fb32ffef1630ceaf5a0a77307e02ae93c9f8f4 CPU threads: 28; OS: Windows 11 X86_64 (build 26100); UI render: Skia/Vulkan; VCL: win Locale: en-US (en_US); UI: en-US Calc: CL threaded
Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/56124622936ee42dcd852a9d711af1a1e2e77dfa Resolves: tdf#166417 grow TreeView when dialog grows. It will be available in 25.8.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.