diff options
| author | selsta <selsta@sent.at> | 2019-09-06 00:11:12 +0200 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2019-09-06 00:11:12 +0200 |
| commit | 8dab0755d325f338c81c8eb8ab1f0f0156cf86b1 (patch) | |
| tree | e2056793c43afee57ca5209ab080aec5bac5b9be /components/RadioButton.qml | |
| parent | a267712d100a9c514dd7de451356fe115b2090a9 (diff) | |
| download | monzero-gui-8dab0755d325f338c81c8eb8ab1f0f0156cf86b1.tar.gz monzero-gui-8dab0755d325f338c81c8eb8ab1f0f0156cf86b1.tar.xz monzero-gui-8dab0755d325f338c81c8eb8ab1f0f0156cf86b1.zip | |
repo: remove isMobile leftovers
Diffstat (limited to 'components/RadioButton.qml')
| -rw-r--r-- | components/RadioButton.qml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
