Slight layout adjustments to better support new OBS themes

This commit is contained in:
WarmUpTill
2022-09-04 02:30:02 +02:00
committed by WarmUpTill
parent aeaa13955c
commit bddbcebece
5 changed files with 19 additions and 19 deletions

View File

@@ -120,7 +120,7 @@ DurationModifierEdit::DurationModifierEdit(QWidget *parent)
_condition = new QComboBox(parent);
_duration = new DurationSelection(parent);
_toggle = new QPushButton(parent);
_toggle->setMaximumSize(22, 22);
_toggle->setMaximumWidth(22);
_toggle->setIcon(
QIcon(QString::fromStdString(getDataFilePath("res/time.svg"))));
populateDurationModifierTypes(_condition);