mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 18:49:02 +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;
|
||||
|
||||
height: UM.Theme.getSize("setting_control").height
|
||||
tooltip: Cura.MachineManager.activeMachineName;
|
||||
tooltip: Cura.MachineManager.activeMachineName
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
style: UM.Theme.styles.sidebar_header_button
|
||||
|
||||
@ -117,8 +117,9 @@ Column
|
||||
width: ListView.view.width / extrudersModel.rowCount()
|
||||
|
||||
text: model.name
|
||||
exclusiveGroup: extruderMenuGroup;
|
||||
checkable: true;
|
||||
tooltip: model.name
|
||||
exclusiveGroup: extruderMenuGroup
|
||||
checkable: true
|
||||
checked: base.currentExtruderIndex == index
|
||||
|
||||
onClicked:
|
||||
|
Loading…
x
Reference in New Issue
Block a user