workspace pills: size from fontSize instead of hardcoded 20px
This commit is contained in:
parent
6f42337008
commit
a7bdc964fa
1 changed files with 2 additions and 2 deletions
|
|
@ -86,8 +86,8 @@ Row {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
width: 20
|
width: M.Theme.fontSize + 4
|
||||||
height: 20
|
height: M.Theme.fontSize + 4
|
||||||
radius: M.Theme.radius
|
radius: M.Theme.radius
|
||||||
color: pill.active ? M.Theme.base0D : (pill._hovered ? M.Theme.base03 : M.Theme.base02)
|
color: pill.active ? M.Theme.base0D : (pill._hovered ? M.Theme.base03 : M.Theme.base02)
|
||||||
Behavior on color {
|
Behavior on color {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue