| Summary: | Rendering Plus Button (New Tab) | ||
|---|---|---|---|
| Product: | [Applications] yakuake | Reporter: | varlesh <varlesh> |
| Component: | general | Assignee: | Eike Hein <hein> |
| Status: | REPORTED --- | ||
| Severity: | normal | CC: | nate |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: |
arrow-down
Render PNG Render SVG |
||
|
Description
varlesh
2021-03-17 05:12:04 UTC
Created attachment 136766 [details]
Render PNG
Created attachment 136767 [details]
Render SVG
Original SVG have very clean code: https://github.com/PapirusDevelopmentTeam/materia-kde/blame/master/yakuake/skins/materia-dark/tabs/plus_over.svg Please tell me why this needed and why this draw over plus button? https://github.com/KDE/yakuake/blob/master/app/tabbar.cpp#L985 m_dropIndicator->setPixmap(QIcon::fromTheme(QStringLiteral("arrow-down")).pixmap(arrowSize, arrowSize, drawMode)); I imagine to communicate to the user that they can press-and-hold the button to access more options. If the icon isn't positioned properly, that's a bug. |