mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-28 21:31:15 -07:00
Add tooltip to extruder-tabs
CURA-333
This commit is contained in:
parent
68ee4f0ea1
commit
eba2451cf2
1 changed files with 4 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue