From 8dab0755d325f338c81c8eb8ab1f0f0156cf86b1 Mon Sep 17 00:00:00 2001 From: selsta Date: Fri, 6 Sep 2019 00:11:12 +0200 Subject: repo: remove isMobile leftovers --- components/RadioButton.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/RadioButton.qml') diff --git a/components/RadioButton.qml b/components/RadioButton.qml index b0f21ca0..02cf2b83 100644 --- a/components/RadioButton.qml +++ b/components/RadioButton.qml @@ -74,7 +74,7 @@ Item { MoneroComponents.TextPlain { id: label - Layout.leftMargin: (!isMobile ? 10 : 8) + Layout.leftMargin: 10 color: MoneroComponents.Style.defaultFontColor font.family: MoneroComponents.Style.fontRegular.name font.pixelSize: radioButton.fontSize -- cgit v1.2.3