From 99133a65dd98564b64b9f149e3dacf0935b32ebe Mon Sep 17 00:00:00 2001 From: Sander van Grieken Date: Mon, 6 Feb 2023 22:52:38 +0100 Subject: [PATCH] followup a84450386112b45a56717ec3a178d0329e113e1f --- electrum/gui/qml/components/controls/ButtonContainer.qml | 3 --- 1 file changed, 3 deletions(-) diff --git a/electrum/gui/qml/components/controls/ButtonContainer.qml b/electrum/gui/qml/components/controls/ButtonContainer.qml index ae1553731..644d40088 100644 --- a/electrum/gui/qml/components/controls/ButtonContainer.qml +++ b/electrum/gui/qml/components/controls/ButtonContainer.qml @@ -28,7 +28,6 @@ Container { })) contentRoot.children.push(button) - console.log('push ' + i + ', v=' + button.visible + ',len=' + contentRoot.children.length) } contentItem = contentRoot @@ -51,8 +50,6 @@ Container { Layout.fillWidth: false Layout.preferredWidth: 2 Layout.preferredHeight: pheight - Layout.leftMargin: 2 - Layout.rightMargin: 2 Layout.alignment: Qt.AlignVCenter color: constants.darkerBackground Component.onCompleted: {