Add + on advanced settings

This commit is contained in:
Jeremy Bullock 2020-09-03 16:18:35 -06:00
parent fcd9152247
commit c4e9f0b0a3

View file

@ -329,6 +329,7 @@ OutputSettingsPopup::OutputSettingsPopup(bool isPreview)
showAdvancedSettingsButton->setObjectName("OutputSettingsShowButton");
showAdvancedSettingsButton->setFixedSize(15, 15);
showAdvancedSettingsButton->setIcon(createQIcon("menu_toggle"));
showAdvancedSettingsButton->setCheckable(true);
showAdvancedSettingsButton->setChecked(false);
showAdvancedSettingsButton->setFocusPolicy(Qt::NoFocus);