Go to file
Sebastian Gottfried 4285a1ff09 Plasma QML components: fix internal anchoring in Button and ToolButton
There is a bug in the tool button and button components resulting in
layout breakage if one clears and sets the text property of the
component when not visible, see the attached screenshot.

I have tried to solve the issue without changing the existing
anchoring system, but without success. The only working solution
was to put the icon and the label item into Row item. That way I was
able to fix the bug and even get rid of the ugly explicit
non-declarative anchor assignments.

I have also removed the preferredWidth property of the label item,
that one always evaluated to paintedWidth, anyway.

REVIEW: 107813
2012-12-19 16:08:29 +01:00
declarativeimports Plasma QML components: fix internal anchoring in Button and ToolButton 2012-12-19 16:08:29 +01:00
kpart SVN_SILENT made messages (.desktop file) 2012-08-07 18:33:46 +02:00
remotewidgetshelper SVN_SILENT made messages (.desktop file) 2012-06-13 10:11:16 +02:00
scriptengines typo 2012-11-23 18:28:01 +01:00
tools rm man pages, moved to doc dir 2012-12-05 17:25:02 +01:00
Mainpage.dox Create Mainpage.dox for kde-runtime plasma sub-projects 2012-12-14 16:15:44 +01:00