Bug 336441

Summary: Plasmoid Settings: Icon not aligned with text in the Cancel button
Product: [Plasma] plasmashell Reporter: Aleix Pol <aleixpol>
Component: generalAssignee: David Edmundson <kde>
Status: RESOLVED FIXED    
Severity: normal CC: bhush94, kde, notmart
Priority: NOR    
Version: master   
Target Milestone: 1.0   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: detail of the displayed buttons

Description Aleix Pol 2014-06-19 16:37:44 UTC
Created attachment 87286 [details]
detail of the displayed buttons

Probably a bug in QtQuick Controls that we want to fix. The Icon and the text are unaligned to each other.

See attachment
Comment 1 Aleix Pol 2014-06-19 16:38:14 UTC
Note: it happens both when using Oxygen and QtCurve&Breeze.
Comment 2 Marco Martin 2014-06-19 19:02:28 UTC
so should be an upstream report?
Comment 3 Aleix Pol 2014-06-19 20:53:48 UTC
Maybe, assigning to david edmundson who is the person to figure it out.
Comment 4 Aleix Pol 2014-07-07 17:07:41 UTC
David?
Comment 5 David Edmundson 2014-07-11 11:08:14 UTC
Is it any different in oxygen-demo?
To me it looks the same.
Comment 6 David Edmundson 2014-07-11 11:17:24 UTC
Git commit 177ba4e5d10f788f267791ca5782e44ae861df64 by David Edmundson.
Committed on 11/07/2014 at 10:25.
Pushed by davidedmundson into branch 'Plasma/5.0'.

Remove completley wrong changes to ToolboxButton

Adapt iconsize to toolbox size introduces a blatant binding loop
It was changed to be 0.8 of the frame, but the frame was based on the icon size

The binding loop was then "fixed" by wrapping in an item which doesn't fix the
root problem of it being a loop.

The iconSize comes from units.iconSize.Small in ToolBoxRoot in the first place, making
the entire change pointless. If we do want to scale the icon we just need to change that
one line in ToolBoxRoot.

We certainly don't want to make changes that leave stray unused properties about.

Revert "remove undetected binding loop"

This reverts commit eddb56e5a7cac3cd631f1cb8e315af02f57779ee.

Revert "use standard icons sizes for the toolbox icon"

This reverts commit 216ee387648f7105561dabcf33d06ec880be65a3.

Revert "Adapt icon size to toolbox size"

This reverts commit e38dc4f0dadd5ca40f34e4ba538eedd23c594e92.
Related: bug 337055
REVIEW: 119229

M  +16   -34   toolboxes/desktoptoolbox/contents/ui/ToolBoxButton.qml

http://commits.kde.org/plasma-desktop/177ba4e5d10f788f267791ca5782e44ae861df64