plasma-framework/tests/components
David Edmundson 1a4c1d7eeb Fix Button minimumWidth property
Plasma's Button has an extra property "minimumWidth" which is an extra
hint not in QQC to say "what is the size to exactly fit the contents".

(it's a bit confusing, as we can perfectly handle a button below it's
"minmimum" size)

This should be based on the size the contents want to be (the
implicitWidth), not how small the contents can go (which with is pretty
meaningless when our button can elide)

It got broken at some point recently.

BUG: 353584
Change-Id: I637898c3abf98183bbae30d8f15c4d72801a3650
REVIEW: 125698
2015-10-19 11:30:19 +01:00
..
busyindicator.qml Migrate BusyIndicator to QtQuick.Controls 2014-11-09 01:16:30 +01:00
button.qml Fix Button minimumWidth property 2015-10-19 11:30:19 +01:00
combobox.qml Use the same text colour for comboboxes as buttons 2014-12-11 15:06:54 +01:00
menu.qml Add support for menu sections 2015-04-27 22:19:41 +02:00
progressbar.qml Make ProgressBar test cover the 1% case where the FrameSVG used to leak outside 2014-11-10 22:13:41 +01:00
textarea.qml Add component tests 2014-09-25 12:37:44 +02:00
textfield.qml Add testcase for textfield 2014-10-02 15:31:34 +02:00
toolbutton.qml Add component tests 2014-09-25 12:37:44 +02:00