diff --git a/bitcoin-price-1.5.1.plasmoid b/bitcoin-price-1.5.1.plasmoid new file mode 100644 index 0000000..ca721a0 Binary files /dev/null and b/bitcoin-price-1.5.1.plasmoid differ diff --git a/contents/ui/DisplayFlip.qml b/contents/ui/DisplayFlip.qml index da15c88..6a5f5c2 100644 --- a/contents/ui/DisplayFlip.qml +++ b/contents/ui/DisplayFlip.qml @@ -203,6 +203,12 @@ Row { font.pixelSize: root.height * 0.85 } + // same breathing room between the euro sign and the arrow + Item { + width: root.height * 0.22 + height: 1 + } + // trend arrow: green up / red down; unchanged keeps the last arrow Text { anchors.verticalCenter: parent.verticalCenter @@ -210,6 +216,6 @@ Row { visible: root.digitsOnly.length > 0 && root.lastDir !== 0 color: root.lastDir > 0 ? "#2ecc71" : "#e74c3c" font.family: Qt.application.font.family - font.pixelSize: root.height * 0.5 + font.pixelSize: root.height * 1.0 } } diff --git a/contents/ui/DisplayNixie.qml b/contents/ui/DisplayNixie.qml index 328cc79..94fd37d 100644 --- a/contents/ui/DisplayNixie.qml +++ b/contents/ui/DisplayNixie.qml @@ -164,6 +164,12 @@ Row { font.pixelSize: root.height * 0.85 } + // same breathing room between the euro sign and the arrow + Item { + width: root.height * 0.22 + height: 1 + } + // trend arrow: green up / red down; unchanged keeps the last arrow Text { anchors.verticalCenter: parent.verticalCenter @@ -171,7 +177,7 @@ Row { visible: root.digits.length > 0 && root.lastDir !== 0 color: root.lastDir > 0 ? "#2ecc71" : "#e74c3c" font.family: Qt.application.font.family - font.pixelSize: root.height * 0.45 + font.pixelSize: root.height * 0.9 } // error / empty state diff --git a/metadata.desktop b/metadata.desktop index 4ec00b8..b66d782 100644 --- a/metadata.desktop +++ b/metadata.desktop @@ -10,7 +10,7 @@ X-KDE-ServiceTypes=Plasma/Applet X-KDE-PluginInfo-Author=Arnold Cordewiner X-KDE-PluginInfo-Email=hermes@a14r.be X-KDE-PluginInfo-Name=nl.a14r.bitcoinprice -X-KDE-PluginInfo-Version=1.5.0 +X-KDE-PluginInfo-Version=1.5.1 X-KDE-PluginInfo-Website=https://gitea.a14r.be/hermes/plasma-bitcoin-price X-KDE-PluginInfo-Category=Utilities X-KDE-PluginInfo-License=MIT