Browse Source

Fix search icon having no left padding in DF search bar.

j.delarago 3 years ago
parent
commit
c57220f33c
1 changed files with 0 additions and 1 deletions
  1. 0 1
      plugins/DigitalLibrary/resources/qml/SelectProjectPage.qml

+ 0 - 1
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.
         }