From e362ac52fad6782106ed0e479734675359995307 Mon Sep 17 00:00:00 2001 From: Sander van Grieken Date: Mon, 3 Apr 2023 14:01:59 +0200 Subject: [PATCH] qml: styling --- electrum/gui/qml/components/NetworkOverview.qml | 2 +- electrum/gui/qml/components/SwapDialog.qml | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/electrum/gui/qml/components/NetworkOverview.qml b/electrum/gui/qml/components/NetworkOverview.qml index d655d81bf..bf84be72b 100644 --- a/electrum/gui/qml/components/NetworkOverview.qml +++ b/electrum/gui/qml/components/NetworkOverview.qml @@ -135,7 +135,7 @@ Pane { RowLayout { Layout.fillWidth: true Label { - text: '> ' + qsTr('%1 sat/vB').arg(Math.ceil(Network.feeHistogram.max_fee)) + text: '< ' + qsTr('%1 sat/vB').arg(Math.ceil(Network.feeHistogram.max_fee)) font.pixelSize: constants.fontSizeXSmall color: Material.accentColor } diff --git a/electrum/gui/qml/components/SwapDialog.qml b/electrum/gui/qml/components/SwapDialog.qml index cf2a8aa24..0eeb8bb3d 100644 --- a/electrum/gui/qml/components/SwapDialog.qml +++ b/electrum/gui/qml/components/SwapDialog.qml @@ -218,8 +218,9 @@ ElDialog { RowLayout { Layout.fillWidth: true - Layout.leftMargin: constants.paddingXXLarge - Layout.rightMargin: constants.paddingXXLarge + Layout.topMargin: -constants.paddingXXLarge + Layout.leftMargin: constants.paddingXXLarge + swapslider.leftPadding + Layout.rightMargin: constants.paddingXXLarge + swapslider.rightPadding Label { text: '<-- ' + qsTr('Add receiving capacity') font.pixelSize: constants.fontSizeXSmall