Sysmon script + renaming cards so its easier to know what they do
This commit is contained in:
parent
eff47f504f
commit
904afa2537
5 changed files with 57 additions and 6 deletions
|
|
@ -37,14 +37,13 @@ Rectangle {
|
|||
text: root.icon
|
||||
font.family: fontFamily
|
||||
font.pointSize: root.fontPointSize * scaling
|
||||
font.variableAxes: {
|
||||
"wght": (Font.Normal + Font.Bold) / 2.0
|
||||
}
|
||||
font.variableAxes: {
|
||||
"wght": (Font.Normal + Font.Bold) / 2.0
|
||||
}
|
||||
color: root.hovering ? Colors.onAccent : showBorder ? Colors.accentPrimary : Colors.textPrimary
|
||||
horizontalAlignment: Text.AlignHCenter
|
||||
verticalAlignment: Text.AlignVCenter
|
||||
opacity: root.enabled ? Style.opacityFull : Style.opacityMedium
|
||||
|
||||
}
|
||||
|
||||
NTooltip {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue