| Summary: | Dropdown list icon is tinier than usual (gtk3) | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Xisco Faulí <xiscofauli> |
| Component: | LibreOffice | Assignee: | Caolán McNamara <caolan.mcnamara> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | caolan.mcnamara, xiscofauli |
| Priority: | medium | Keywords: | bibisected, bisected, regression |
| Version: | 5.4.0.0.alpha0+ | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | target:6.0.0 target:5.4.0.2 | ||
| Crash report or crash signature: | Regression By: | ||
| Bug Depends on: | |||
| Bug Blocks: | 103182 | ||
|
Description
Xisco Faulí
2017-06-23 01:42:56 UTC
Regression introduced by: author Caolán McNamara <caolanm@redhat.com> 2017-03-22 11:21:33 (GMT) committer Caolán McNamara <caolanm@redhat.com> 2017-03-22 17:07:31 (GMT) commit aa5d6f5acbab12b1ba76365f776ba228ba5e7e0e (patch) tree abf04e1458f2126f3503f515fca0a388cc9c032f parent 5f4826d89bfa1398b16fc85cf593ff58ce5e36a9 (diff) Resolves: tdf#106645 gtk3 scrollbar is too wide Bisected with bibisect-linux-64-5.4. Adding Cc: to Caolán McNamara I imagine its this... aBtnSize.Width() = pOut->GetSettings().GetStyleSettings().GetScrollBarSize(); in calc, i.e. randomly taking the scrollbar size as a button width Caolán McNamara committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=2db34a069901cd0149d04c275df19afba728cdcc Resolves: tdf#108708 set a min width for calc dropdown combobox button It will be available in 6.0.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. that'll do I guess, backport to 5-4 in gerrit Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-5-4": http://cgit.freedesktop.org/libreoffice/core/commit/?id=92921cfec5a41bffe16426cbf0511accddda6f2c&h=libreoffice-5-4 Resolves: tdf#108708 set a min width for calc dropdown combobox button It will be available in 5.4.0.2. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. |