added tray menu + fixed antialising
This commit is contained in:
@@ -49,15 +49,11 @@ BarPill {
|
||||
}
|
||||
}
|
||||
|
||||
component Divider: Rectangle {
|
||||
component Divider: Skew {
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
width: 1
|
||||
height: 18
|
||||
color: Theme.alpha(Theme.outline, 0.8)
|
||||
transform: Matrix4x4 {
|
||||
matrix: Qt.matrix4x4(1, -Theme.skew, 0, 18 * Theme.skew,
|
||||
0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
|
||||
}
|
||||
}
|
||||
|
||||
// The CPU/MEM/GPU labels are gone: three characters of chrome per metric,
|
||||
|
||||
Reference in New Issue
Block a user