UI: Make audio icons consistent

Force them to align to a 16x16 pixel grid, and match the style of
other icons in the main UI.
master
Georges Basile Stavracas Neto 2022-08-01 12:38:19 -03:00
parent 2de20ac00d
commit b74b5fec65
1 changed files with 5 additions and 0 deletions

View File

@ -1169,6 +1169,11 @@ MuteCheckBox {
outline: none;
}
MuteCheckBox::indicator {
width: 16px;
height: 16px;
}
MuteCheckBox::indicator:checked {
image: url(./Dark/mute.svg);
}