From 6fe18f6a466dbae611bbe1e4fa33b352cc4ef6df Mon Sep 17 00:00:00 2001 From: Angelo Mantellini Date: Wed, 12 Jun 2019 18:02:19 +0200 Subject: Correct android issues for libdash and viper Change-Id: Ia5b95bda6336b6544c881c416f852069662f5e3f Signed-off-by: Angelo Mantellini --- qml/Viper/Options.qml | 1 - 1 file changed, 1 deletion(-) (limited to 'qml/Viper/Options.qml') diff --git a/qml/Viper/Options.qml b/qml/Viper/Options.qml index 3f8d7ab6..64d6f45b 100755 --- a/qml/Viper/Options.qml +++ b/qml/Viper/Options.qml @@ -449,7 +449,6 @@ Rectangle { anchors.top: parent.top anchors.right: textInputv6FirstWord.left anchors.rightMargin: Utils.scaled(5) - anchors.topMargin: (textInputv6Prefix.height - height)/2 font.bold: true font.pixelSize: Utils.scaled(10); } -- cgit 1.2.3-korg