v1.5.1: double-size trend arrow, equal spacing around the euro sign on flip and nixie displays
This commit is contained in:
Binary file not shown.
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user