export the font, since qactions have them too

This commit is contained in:
Marco Martin 2012-10-22 11:18:16 +02:00
parent 5f22e36cd5
commit ea59745a58

View File

@ -50,6 +50,7 @@ Item {
signal clicked
property bool checkable: false
property alias font: textArea.font
implicitWidth: textArea.paintedWidth + iconLoader.width*2 + 6
implicitHeight: Math.max(theme.smallIconSize, textArea.paintedHeight + 6)