Summary: | Icons inside toolbutton are not centered vertically/horizontally | ||
---|---|---|---|
Product: | [Frameworks and Libraries] libplasma | Reporter: | soee <kontakt> |
Component: | components | Assignee: | Marco Martin <notmart> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 5.24.0 | ||
Target Milestone: | --- | ||
Platform: | Neon | ||
OS: | Linux | ||
URL: | http://i.imgur.com/6PkUAIW.jpg | ||
Latest Commit: | http://commits.kde.org/plasma-framework/16f825706887ef77751ebf38cf177ce01f786bd7 | Version Fixed In: | |
Sentry Crash Report: |
Description
soee
2016-07-21 14:42:49 UTC
Git commit 16f825706887ef77751ebf38cf177ce01f786bd7 by Kai Uwe Broulik. Committed on 26/07/2016 at 12:09. Pushed by broulik into branch 'master'. [Button Styles] Horizontally center in icon-only mode QtQuick.Layouts by default left aligns content and because the Layout is anchors.fill'd the icon would show off-center in a button when no text has been set. This fixes this. REVIEW: 128493 M +1 -0 src/declarativeimports/plasmastyle/ButtonStyle.qml M +1 -0 src/declarativeimports/plasmastyle/ToolButtonStyle.qml http://commits.kde.org/plasma-framework/16f825706887ef77751ebf38cf177ce01f786bd7 |