mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Fix the tooltips in the profile selector in the recommended mode
Contributes to CURA-5941.
This commit is contained in:
parent
1a778b3078
commit
1fbcff2cb9
2 changed files with 70 additions and 160 deletions
|
|
@ -8,7 +8,7 @@ import QtQuick.Controls.Styles 1.4
|
|||
import UM 1.2 as UM
|
||||
import Cura 1.0 as Cura
|
||||
|
||||
Rectangle
|
||||
Item
|
||||
{
|
||||
id: base
|
||||
|
||||
|
|
@ -16,8 +16,6 @@ Rectangle
|
|||
signal hideTooltip()
|
||||
// width: parent.width
|
||||
height: childrenRect.height + 2 * padding
|
||||
color: "red"
|
||||
opacity: 0.5
|
||||
|
||||
property Action configureSettings
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue