Code review comment for lp:~zsombi/ubuntu-ui-toolkit/combobutton

Revision history for this message
Tim Peeters (tpeeters) wrote :

402 + // dropdown button
403 + MouseArea {
404 + id: dropDown

Why not an abstractButton? That gives you a HapticsEffect and onClicked when enter is pressed.

« Back to merge proposal