mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-24 21:42:51 -05:00
@@ -86,15 +86,12 @@ BasePill {
|
|||||||
|
|
||||||
return Theme.widgetIconColor;
|
return Theme.widgetIconColor;
|
||||||
}
|
}
|
||||||
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
implicitWidth: size
|
|
||||||
implicitHeight: size
|
|
||||||
width: size
|
|
||||||
height: size
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Item {
|
Item {
|
||||||
id: textBox
|
id: textBox
|
||||||
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
|
|
||||||
implicitWidth: root.minimumWidth ? Math.max(cpuBaseline.width, cpuText.paintedWidth) : cpuText.paintedWidth
|
implicitWidth: root.minimumWidth ? Math.max(cpuBaseline.width, cpuText.paintedWidth) : cpuText.paintedWidth
|
||||||
implicitHeight: cpuText.implicitHeight
|
implicitHeight: cpuText.implicitHeight
|
||||||
|
|||||||
@@ -86,15 +86,12 @@ BasePill {
|
|||||||
|
|
||||||
return Theme.widgetIconColor;
|
return Theme.widgetIconColor;
|
||||||
}
|
}
|
||||||
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
implicitWidth: size
|
|
||||||
implicitHeight: size
|
|
||||||
width: size
|
|
||||||
height: size
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Item {
|
Item {
|
||||||
id: textBox
|
id: textBox
|
||||||
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
|
|
||||||
implicitWidth: root.minimumWidth ? Math.max(tempBaseline.width, cpuTempText.paintedWidth) : cpuTempText.paintedWidth
|
implicitWidth: root.minimumWidth ? Math.max(tempBaseline.width, cpuTempText.paintedWidth) : cpuTempText.paintedWidth
|
||||||
implicitHeight: cpuTempText.implicitHeight
|
implicitHeight: cpuTempText.implicitHeight
|
||||||
|
|||||||
@@ -154,15 +154,12 @@ BasePill {
|
|||||||
|
|
||||||
return Theme.widgetIconColor;
|
return Theme.widgetIconColor;
|
||||||
}
|
}
|
||||||
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
implicitWidth: size
|
|
||||||
implicitHeight: size
|
|
||||||
width: size
|
|
||||||
height: size
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Item {
|
Item {
|
||||||
id: textBox
|
id: textBox
|
||||||
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
|
|
||||||
implicitWidth: root.minimumWidth ? Math.max(gpuTempBaseline.width, gpuTempText.paintedWidth) : gpuTempText.paintedWidth
|
implicitWidth: root.minimumWidth ? Math.max(gpuTempBaseline.width, gpuTempText.paintedWidth) : gpuTempText.paintedWidth
|
||||||
implicitHeight: gpuTempText.implicitHeight
|
implicitHeight: gpuTempText.implicitHeight
|
||||||
|
|||||||
@@ -96,15 +96,12 @@ BasePill {
|
|||||||
|
|
||||||
return Theme.widgetIconColor;
|
return Theme.widgetIconColor;
|
||||||
}
|
}
|
||||||
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
implicitWidth: size
|
|
||||||
implicitHeight: size
|
|
||||||
width: size
|
|
||||||
height: size
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Item {
|
Item {
|
||||||
id: textBox
|
id: textBox
|
||||||
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
|
|
||||||
implicitWidth: root.minimumWidth ? Math.max(ramBaseline.width, ramText.paintedWidth) : ramText.paintedWidth
|
implicitWidth: root.minimumWidth ? Math.max(ramBaseline.width, ramText.paintedWidth) : ramText.paintedWidth
|
||||||
implicitHeight: ramText.implicitHeight
|
implicitHeight: ramText.implicitHeight
|
||||||
|
|||||||
Reference in New Issue
Block a user