export the font, since qactions have them too
This commit is contained in:
parent
5f22e36cd5
commit
ea59745a58
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user