mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 04:15:54 +08:00
Icon is dragged into visible area
CURA-10835
This commit is contained in:
parent
fa08848152
commit
cb4c4214f4
@ -20,6 +20,7 @@ Item
|
|||||||
width: childrenRect.width;
|
width: childrenRect.width;
|
||||||
height: childrenRect.height;
|
height: childrenRect.height;
|
||||||
id: checkboxTooltipArea
|
id: checkboxTooltipArea
|
||||||
|
x: check.height
|
||||||
UM.CheckBox
|
UM.CheckBox
|
||||||
{
|
{
|
||||||
id: check
|
id: check
|
||||||
@ -40,7 +41,7 @@ Item
|
|||||||
{
|
{
|
||||||
width: height
|
width: height
|
||||||
height: check.height
|
height: check.height
|
||||||
anchors.left: checkboxTooltipArea.right
|
anchors.right: checkboxTooltipArea.left
|
||||||
anchors.leftMargin: 2 * screenScaleFactor
|
anchors.leftMargin: 2 * screenScaleFactor
|
||||||
|
|
||||||
text:
|
text:
|
||||||
@ -82,7 +83,7 @@ Item
|
|||||||
|
|
||||||
source: UM.Theme.getIcon("Information")
|
source: UM.Theme.getIcon("Information")
|
||||||
|
|
||||||
color: UM.Theme.getColor("primary_button_text")
|
color: UM.Theme.getColor("small_button_text")
|
||||||
}
|
}
|
||||||
|
|
||||||
visible: provider.properties.enabled == "False"
|
visible: provider.properties.enabled == "False"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user