aboutsummaryrefslogtreecommitdiff
path: root/components/StandardButton.qml
diff options
context:
space:
mode:
authorJaquee <jaquee.monero@gmail.com>2017-04-03 18:51:55 +0200
committerJaquee <jaquee.monero@gmail.com>2017-05-05 12:03:03 +0200
commit2e53c524a13c4b4ef3cccfc7c7cfc4243144d6f9 (patch)
tree11b5609216403534b16a6255101d63cb46f348d9 /components/StandardButton.qml
parentda6aad33a4aa58c298f3452206f3bab04ad2b5cb (diff)
downloadmonzero-gui-2e53c524a13c4b4ef3cccfc7c7cfc4243144d6f9.tar.gz
monzero-gui-2e53c524a13c4b4ef3cccfc7c7cfc4243144d6f9.tar.xz
monzero-gui-2e53c524a13c4b4ef3cccfc7c7cfc4243144d6f9.zip
ios build settings
Diffstat (limited to 'components/StandardButton.qml')
-rw-r--r--components/StandardButton.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/components/StandardButton.qml b/components/StandardButton.qml
index 14f33e8f..33cedee7 100644
--- a/components/StandardButton.qml
+++ b/components/StandardButton.qml
@@ -45,8 +45,6 @@ Item {
// Dynamic label width
Layout.minimumWidth: (label.contentWidth > 80)? label.contentWidth + 20 : 100
-
-
Rectangle {
anchors.left: parent.left
anchors.right: parent.right