mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 07:33:57 -06:00
Fix review issues
This commit is contained in:
parent
933ed5177f
commit
9dd8a88602
1 changed files with 2 additions and 3 deletions
|
@ -39,7 +39,7 @@ Item
|
||||||
border.width: UM.Theme.getSize("default_lining").width
|
border.width: UM.Theme.getSize("default_lining").width
|
||||||
border.color:
|
border.color:
|
||||||
{
|
{
|
||||||
if(mouseArea.containsMouse || clearFilterButton.containsMouse)
|
if(hoverMouseArea.containsMouse || clearFilterButton.containsMouse)
|
||||||
{
|
{
|
||||||
return UM.Theme.getColor("setting_control_border_highlight");
|
return UM.Theme.getColor("setting_control_border_highlight");
|
||||||
}
|
}
|
||||||
|
@ -65,7 +65,6 @@ Item
|
||||||
TextField
|
TextField
|
||||||
{
|
{
|
||||||
id: filter;
|
id: filter;
|
||||||
visible: !monitoringPrint
|
|
||||||
|
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.right: clearFilterButton.left
|
anchors.right: clearFilterButton.left
|
||||||
|
@ -114,7 +113,7 @@ Item
|
||||||
|
|
||||||
MouseArea
|
MouseArea
|
||||||
{
|
{
|
||||||
id: mouseArea
|
id: hoverMouseArea
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
hoverEnabled: true
|
hoverEnabled: true
|
||||||
acceptedButtons: Qt.NoButton
|
acceptedButtons: Qt.NoButton
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue