mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 04:29:01 +08:00
Add tooltip to extruder-tabs
CURA-333
This commit is contained in:
parent
68ee4f0ea1
commit
eba2451cf2
@ -50,7 +50,7 @@ Column
|
|||||||
text: Cura.MachineManager.activeMachineName;
|
text: Cura.MachineManager.activeMachineName;
|
||||||
|
|
||||||
height: UM.Theme.getSize("setting_control").height
|
height: UM.Theme.getSize("setting_control").height
|
||||||
tooltip: Cura.MachineManager.activeMachineName;
|
tooltip: Cura.MachineManager.activeMachineName
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
style: UM.Theme.styles.sidebar_header_button
|
style: UM.Theme.styles.sidebar_header_button
|
||||||
|
|
||||||
@ -117,8 +117,9 @@ Column
|
|||||||
width: ListView.view.width / extrudersModel.rowCount()
|
width: ListView.view.width / extrudersModel.rowCount()
|
||||||
|
|
||||||
text: model.name
|
text: model.name
|
||||||
exclusiveGroup: extruderMenuGroup;
|
tooltip: model.name
|
||||||
checkable: true;
|
exclusiveGroup: extruderMenuGroup
|
||||||
|
checkable: true
|
||||||
checked: base.currentExtruderIndex == index
|
checked: base.currentExtruderIndex == index
|
||||||
|
|
||||||
onClicked:
|
onClicked:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user