mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 09:18:59 +08:00
Add a hovered property to SettingItem
This commit is contained in:
parent
9ec93bedab
commit
2b479e5651
@ -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…
x
Reference in New Issue
Block a user