| Summary: | Artist name elided in header | ||
|---|---|---|---|
| Product: | [Applications] Elisa | Reporter: | Nate Graham <nate> |
| Component: | general | Assignee: | Matthieu Gallien <matthieu_gallien> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://commits.kde.org/elisa/1fb8268655c598f4bc4a7155da777eee963ef40a | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
| Attachments: | Radioh... | ||
Thanks for your report. Not sure how to reproduce the issue but I will try. Here's a patch: https://phabricator.kde.org/D20578 Git commit 1fb8268655c598f4bc4a7155da777eee963ef40a by Nate Graham.
Committed on 15/04/2019 at 17:28.
Pushed by ngraham into branch 'master'.
Don't elide strings in the HeaderBar when there's plenty of space
Summary:
The parent `ColumnLayout` had `Layout.fillWidth: true`, but its children didn't, and
they don't inherit it automatically.
This patch sets that property for the children so that strings in the HeaderBar don't
get elided.
Test Plan: {F6774565, size=full}
Reviewers: mgallien, #elisa
Reviewed By: mgallien, #elisa
Differential Revision: https://phabricator.kde.org/D20578
M +3 -0 src/qml/HeaderBar.qml
https://commits.kde.org/elisa/1fb8268655c598f4bc4a7155da777eee963ef40a
|
Created attachment 119386 [details] Radioh... Elisa from git master. See attached screenshot.