UI: Fix volume control button styling

The config button and mute checkbox were different sizes.
This commit is contained in:
cg2121
2024-04-29 02:25:06 -05:00
committed by Warchamp7
parent ee72927ad2
commit dfd5798e6c
2 changed files with 3 additions and 5 deletions

View File

@@ -263,9 +263,6 @@ VolControl::VolControl(OBSSource source_, bool showConfig, bool vertical)
if (showConfig) {
config = new QPushButton(this);
config->setProperty("themeID", "menuIconSmall");
config->setSizePolicy(QSizePolicy::Maximum,
QSizePolicy::Maximum);
config->setMaximumSize(22, 22);
config->setAutoDefault(false);
config->setAccessibleName(