Bug 443191

Summary: Thin white line between toolbar and content
Product: [Applications] Elisa Reporter: Jack Hill <jackhill3103>
Component: generalAssignee: Matthieu Gallien <matthieu_gallien>
Status: RESOLVED FIXED    
Severity: minor CC: nate, qydwhotmail
Priority: NOR    
Version: 21.08.1   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In: 21.12
Attachments: Small line between toolbar and content

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