diff --git a/resources/qml/Settings/SettingView.qml b/resources/qml/Settings/SettingView.qml
index 26d88db911..d364fba039 100644
--- a/resources/qml/Settings/SettingView.qml
+++ b/resources/qml/Settings/SettingView.qml
@@ -19,26 +19,9 @@ Item
property Action configureSettings
property bool findingSettings
- Rectangle
+ Item
{
id: filterContainer
- visible: true
-
- radius: UM.Theme.getSize("setting_control_radius").width
- border.width: UM.Theme.getSize("default_lining").width
- border.color:
- {
- if (hoverMouseArea.containsMouse || clearFilterButton.containsMouse)
- {
- return UM.Theme.getColor("setting_control_border_highlight")
- }
- else
- {
- return UM.Theme.getColor("setting_control_border")
- }
- }
-
- color: UM.Theme.getColor("setting_control")
anchors
{
@@ -48,6 +31,7 @@ Item
rightMargin: UM.Theme.getSize("default_margin").width
}
height: UM.Theme.getSize("print_setup_big_item").height
+
Timer
{
id: settingsSearchTimer
@@ -57,33 +41,35 @@ Item
repeat: false
}
- TextField
+ Cura.TextField
{
id: filter
height: parent.height
anchors.left: parent.left
- anchors.right: clearFilterButton.left
- anchors.rightMargin: Math.round(UM.Theme.getSize("thick_margin").width)
-
- placeholderText:
- {
- var imageSize = "width='" + UM.Theme.getSize("small_button_icon").width + "' height='" + UM.Theme.getSize("small_button_icon").height
- var imageSource = "' src='"+ UM.Theme.getIcon("Magnifier")
- var searchPlaceholder = catalog.i18nc("@label:textbox", "Search settings")
- return "" + "