mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 14:44:13 -06:00
Add a hovered property to SettingItem
This commit is contained in:
parent
9ec93bedab
commit
2b479e5651
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue