Add a hovered property to SettingItem

This commit is contained in:
Arjen Hiemstra 2016-05-11 17:07:42 +02:00
parent 9ec93bedab
commit 2b479e5651

View file

@ -15,7 +15,8 @@ Item {
height: UM.Theme.getSize("section").height;
property alias contents: controlContainer.children
property alias contents: controlContainer.children;
property bool hovered: false
signal contextMenuRequested()
signal showTooltip(string text);