Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorj.delarago <joeydelarago@gmail.com>2022-02-07 15:20:45 +0300
committerj.delarago <joeydelarago@gmail.com>2022-02-07 15:20:45 +0300
commitc57220f33c692de30ebe218f7df29b599d3f6ffd (patch)
treee59fc8cc0af0ffabe0394cc2262e5bb17997828e
parent6888fafa9674d3f537a429dd6d3fb088dbbeb685 (diff)
Fix search icon having no left padding in DF search bar.
-rw-r--r--plugins/DigitalLibrary/resources/qml/SelectProjectPage.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/DigitalLibrary/resources/qml/SelectProjectPage.qml b/plugins/DigitalLibrary/resources/qml/SelectProjectPage.qml
index eb47163d5c..24d4cbfade 100644
--- a/plugins/DigitalLibrary/resources/qml/SelectProjectPage.qml
+++ b/plugins/DigitalLibrary/resources/qml/SelectProjectPage.qml
@@ -49,7 +49,6 @@ Item
id: searchBar
Layout.fillWidth: true
implicitHeight: createNewProjectButton.height
- leftPadding: searchIcon.width + UM.Theme.getSize("default_margin").width * 2
focus: true
onTextEdited: manager.projectFilter = text //Update the search filter when editing this text field.
}