Bug 443191 - Thin white line between toolbar and content
Summary: Thin white line between toolbar and content
Status: RESOLVED FIXED
Alias: None
Product: Elisa
Classification: Applications
Component: general (show other bugs)
Version: 21.08.1
Platform: Other Linux
: NOR minor
Target Milestone: ---
Assignee: Matthieu Gallien
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-10-01 10:30 UTC by Jack Hill
Modified: 2021-10-01 16:18 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In: 21.12


Attachments
Small line between toolbar and content (19.26 KB, image/png)
2021-10-01 10:30 UTC, Jack Hill
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jack Hill 2021-10-01 10:30:47 UTC
Created attachment 142058 [details]
Small line between toolbar and content

SUMMARY
There is a thin white line between the toolbar and the content views.
I think it would look better if it was flush instead.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: openSUSE Tumbleweed 20210928
KDE Plasma Version: 5.22.5
KDE Frameworks Version: 5.86.0
Qt Version: 5.15.2
Comment 1 Fushan Wen 2021-10-01 11:51:34 UTC
Confirmed. Header height not using Math.round()
Comment 2 Bug Janitor Service 2021-10-01 11:56:46 UTC
A possibly relevant merge request was started @ https://invent.kde.org/multimedia/elisa/-/merge_requests/293
Comment 3 Fushan Wen 2021-10-01 16:13:07 UTC
Git commit 72d00c481e61afbbfe3725fbacd3197e05bfb4c9 by Fushan Wen.
Committed on 01/10/2021 at 12:56.
Pushed by ngraham into branch 'master'.

Use Math.round() to calculate the height of HeaderBar

A thin white line between the toolbar and the content view appears when
the height of HeaderBar is not properly rounded. Use Math.round() to
calculate the height of HeaderBar to remove the white line.

M  +4    -4    src/qml/ElisaMainWindow.qml

https://invent.kde.org/multimedia/elisa/commit/72d00c481e61afbbfe3725fbacd3197e05bfb4c9