[qt/qtqa/gerrit]: Summary of bulk changes made
KDE Git Services - Bulk Change <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git repository change summary for qt/qtqa/gerrit Pushed by mirror-service into branch 'upstream/master'. Changed from e84c5628a547f80610d4495536387c534fb30c49 to 4150c36b08e3a0cf4ee40ccd1cf1e11915a8476f Acknowledgement was received that this change introduces only existing code that has been pushed to another public open source repository. This change contains the following new commits: Git commit 4150c36b08e3a0cf4ee40ccd1cf1e11915a8476f by Milutin Kristofic on 15/08/2026 at 16:46.. Top-align multiline label and shortcut in gr-copy-clipboard When multiline is enabled (e.g. for commit message textareas in gr-copy-links), .text was previously configured with align-items: center, which placed the row label and keyboard shortcut in the vertical middle of the multi-line textarea rather than aligning with the top line. Fix by: - Reflecting multiline property to attribute on GrCopyClipboard. - Applying align-items: flex-start with margin-top: var(--spacing-s) to label and shortcut in :host([multiline]). - Updating gr-copy-links screenshot test with dark theme coverage and updated baseline goldens. Release-Notes: skip Change-Id: Ie2c39e1becfe924c93ced1e113d38db107e8b2bb https://invent.kde.org/qt/qtqa/gerrit/-/commit/4150c36b08e3a0cf4ee40ccd1cf1e11915a8476f