Skip to content

Commit

Permalink
#35 Fixed padding around placeholder text.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayson Ward committed Jul 12, 2017
1 parent 0f7817b commit 450ce88
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions MapViewPlus/GeoSearch.qml
Original file line number Diff line number Diff line change
Expand Up @@ -164,13 +164,12 @@ Rectangle {
width: textField.width - clearButton.width
height: textField.height
anchors.left: textField.left
anchors.leftMargin: sf(4)
anchors.leftMargin: textField.leftPadding
anchors.top: textField.top
visible: textField.text === ""

Text {
anchors.fill: parent
anchors.leftMargin: sf(2)
color: "#aaa"
verticalAlignment: Text.AlignVCenter
text: Singletons.Strings.searchAddressOrLatLon
Expand Down

0 comments on commit 450ce88

Please sign in to comment.