| Summary: | Form wizards have incorrect default size (win) | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Xisco Faulí <xiscofauli> |
| Component: | LibreOffice | Assignee: | Caolán McNamara <caolan.mcnamara> |
| Status: | VERIFIED FIXED | ||
| Severity: | normal | CC: | caolan.mcnamara, xiscofauli |
| Priority: | medium | Keywords: | bibisected, bisected, regression |
| Version: | 6.4.0.3 release | ||
| Hardware: | All | ||
| OS: | Windows (All) | ||
| See Also: | https://bugs.documentfoundation.org/show_bug.cgi?id=129042 | ||
| Whiteboard: | target:7.0.0 target:6.4.1 | ||
| Crash report or crash signature: | Regression By: | ||
| Attachments: | screenshot | ||
|
Description
Xisco Faulí
2020-02-05 17:01:07 UTC
Regression introduced by: https://cgit.freedesktop.org/libreoffice/core/commit/?id=ba7ecfabfef579f27025603bceaac7c6a69e56cb author Caolán McNamara <caolanm@redhat.com> 2019-11-27 11:24:27 +0000 committer Caolán McNamara <caolanm@redhat.com> 2019-11-27 14:12:03 +0100 commit ba7ecfabfef579f27025603bceaac7c6a69e56cb (patch) tree eb3a6985b124674d0c98a7bb3259130d6d4bff1d parent 8012a200d1a7c5cd1b64a147ca6899fb8863ce8b (diff) tdf#129042 set a min size for the wizard dialogs Bisected with: bibisect-win64-6.5 Adding Cc: to Caolán McNamara once its resized manually a little it snaps into the right internal layout looks like for at least the windows backend SetMinOutputSize has to be before SetOutputSize Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/f58074edfc7aa5b22475cd4b2aa2dd0729131fcf tdf#130462 call SetMinOutputSizePixel before SetOutputSizePixel It will be available in 7.0.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. that seems to work, fixed in master, backport to 6-4 in gerrit Verified in Version: 7.0.0.0.alpha0+ (x64) Build ID: 06164bdf2f5babd337a2f7813c572ca17056c521 CPU threads: 16; OS: Windows 6.3 Build 9600; UI render: default; VCL: win; Locale: en-GB (en_GB); UI-Language: en-US Calc: threaded Caolán, thanks for fixing this issue!! Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-6-4": https://git.libreoffice.org/core/commit/c852f0e4ac4cee2a1b69ff8b1c5cab6633664098 tdf#130462 call SetMinOutputSizePixel before SetOutputSizePixel It will be available in 6.4.2. 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. Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-6-4-1": https://git.libreoffice.org/core/commit/be8a083cf11da380071e2f870f3a0bd5ab41715d tdf#130462 call SetMinOutputSizePixel before SetOutputSizePixel It will be available in 6.4.1. 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. |