diff --git a/app/src/main/res/layout/dialog_edit_location.xml b/app/src/main/res/layout/dialog_edit_location.xml
index cece05c..0bd284b 100644
--- a/app/src/main/res/layout/dialog_edit_location.xml
+++ b/app/src/main/res/layout/dialog_edit_location.xml
@@ -59,7 +59,7 @@
android:id="@+id/EditLocation_Tilt"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:inputType="numberDecimal|numberSigned"
+ android:inputType="numberDecimal"
android:hint="@string/edit_location_hint_tilt"/>
\ No newline at end of file