فهرست منبع

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);
 }