소스 검색

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.
Georges Basile Stavracas Neto 3 년 전
부모
커밋
b74b5fec65
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      UI/data/themes/Yami.qss

+ 5 - 0
UI/data/themes/Yami.qss

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