Skip to content

Commit

Permalink
Revert removal of leftpadding
Browse files Browse the repository at this point in the history
  • Loading branch information
domi4484 committed Apr 23, 2024
1 parent affead6 commit f9a98b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/qml/editorwidgets/ValueMap.qml
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ EditorWidgetBase {
font: parent.font
width: parent.width
verticalAlignment: Text.AlignVCenter
leftPadding: parent.indicator.width + parent.spacing
elide: Text.ElideRight
color: searchField.displayText !== '' ? Theme.secondaryTextColor : Theme.mainTextColor
textFormat: Text.RichText
Expand Down

0 comments on commit f9a98b4

Please sign in to comment.