| Summary: | Gtk3 combobox lacks spacing between entry and button | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Trinh Anh Ngoc <atw1990> |
| Component: | UI | Assignee: | Caolán McNamara <caolan.mcnamara> |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | CC: | ht990332, ilmari.lauhakangas |
| Priority: | medium | ||
| Version: | 5.2.0.4 release | ||
| Hardware: | All | ||
| OS: | Linux (All) | ||
| Whiteboard: | target:5.3.0 | ||
| Crash report or crash signature: | Regression By: | ||
| Bug Depends on: | |||
| Bug Blocks: | 103182 | ||
| Attachments: | Screenshot | ||
Yep. Caolán McNamara committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=6e8dbdbe1a9d15d7e7d000e4132fd5df3fecd660 Related: tdf#101699 gtk3: get correct combobox and listbox arrows It will be available in 5.3.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. Caolán McNamara committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=4cb720836ab03701ce508e302790c115c7808619 Related: tdf#101699 gtk3: get correct arrow width It will be available in 5.3.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. It doesn't look fixed to me. http://i.imgur.com/soIyFrL.png Gtk+ 3.22.1 with default Adwaita theme. (In reply to Hussam Al-Tayeb from comment #4) > It doesn't look fixed to me. > http://i.imgur.com/soIyFrL.png > Gtk+ 3.22.1 with default Adwaita theme. This is with a fresh git checkout built 5 hours ago. Caolán McNamara committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=e2af8f92a7308bc28c257b7905ec3a8a724554b1 Resolves: tdf#101699 get combobox junction right It will be available in 5.3.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. |
Created attachment 127002 [details] Screenshot Gtk3 combobox entry needs spacing between entry and button (like gtk2). It would be better if it was same as native gtk3 combobox (linked style).